Class Table.RowRange
A simple object which holds the row numbers of a section of a table.
public class Table.RowRange
- Inheritance
-
Table.RowRange
- Inherited Members
Constructors
RowRange(int, int)
Creates a Table.RowRange
public RowRange(int startRow, int finishRow)
Parameters
startRow
intthe start number of the row group, inclusive
finishRow
intthe finish number of the row group, inclusive
Methods
GetFinishRow()
Gets the finishing row number of the table section
public virtual int GetFinishRow()
Returns
- int
the finish number of the row group, inclusive
GetStartRow()
Gets the starting row number of the table section
public virtual int GetStartRow()
Returns
- int
the start number of the row group, inclusive