Sheet

Sheet.

Constructors

this
this(string name, SparseCell[] cells, Extent extent)
Undocumented in source.

Members

Aliases

table
alias table = denseTable
Undocumented in source.

Functions

cells
inout(SparseCell)[] cells()
Undocumented in source. Be warned that the author may not have intended to support it.
denseTable
inout(DenseTable) denseTable()
Undocumented in source. Be warned that the author may not have intended to support it.
getColumn
ColumnRange getColumn(ColumnOffset col, RowOffset startRow, RowOffset endRow)
Undocumented in source. Be warned that the author may not have intended to support it.
getRow
RowRange getRow(RowOffset row, ColumnOffset startColumn, ColumnOffset endColumn)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
void toString(Sink sink)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

extent
Extent extent;
Undocumented in source.
name
string name;

< Name of sheet.

Meta