RowRange

Constructors

this
this(Sheet sheet, RowOffset row, ColumnOffset startColumn, ColumnOffset endColumn)
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

cur
ColumnOffset cur;
Undocumented in source.
endColumn
ColumnOffset endColumn;
Undocumented in source.
row
RowOffset row;
Undocumented in source.
sheet
Sheet sheet;
Undocumented in source.
startColumn
ColumnOffset startColumn;
Undocumented in source.

Meta