ColumnRange

Constructors

this
this(Sheet sheet, ColumnOffset col, RowOffset startRow, RowOffset endRow)
Undocumented in source.

Members

Functions

empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
front
inout(DenseCell) front()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.
save
inout(typeof(this)) save()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

col
ColumnOffset col;
Undocumented in source.
cur
RowOffset cur;
Undocumented in source.
endRow
RowOffset endRow;
Undocumented in source.
sheet
Sheet sheet;
Undocumented in source.
startRow
RowOffset startRow;
Undocumented in source.

Meta