- byRow
auto byRow()
Undocumented in source. Be warned that the author may not have intended to support it.
- cells
inout(DenseCell)[] cells()
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
inout(DenseCell) opIndex(RowOffset rowOffset, ColumnOffset columnOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
- opSlice
Offset[2] opSlice(Offset start, Offset end)
Undocumented in source. Be warned that the author may not have intended to support it.
- rows
const(DenseCell)[][] rows()
Undocumented in source. Be warned that the author may not have intended to support it.
Excel table as a 2-dimensional dense array.
Ref: https://en.wikipedia.org/wiki/Array_(data_type)