abstract class Sheen::Table::Data

Overview

A readonly source of table cells, addressed by (row, column).

Direct Known Subclasses

Defined in:

sheen/table.cr

Instance Method Summary

Instance Method Detail

abstract def at(row : Int32, cell : Int32) : String #

The cell at (row, cell), or "" when out of range.


[View source]
abstract def columns : Int32 #

The number of columns.


[View source]
abstract def rows : Int32 #

The number of rows.


[View source]