TdxSpreadSheetTableView.GetMaxRowIndex Method
Returns the index of the last row in the worksheet.
Declaration
function GetMaxRowIndex: Integer;
Returns
| Type | Description |
|---|---|
| Integer | The index of the last row in the worksheet. |
Remarks
The Spreadsheet formula engine calls GetMaxColumnIndex and GetMaxRowIndex functions to identify the maximum worksheet dimensions.

The GetMaxRowIndex function returns the dxSpreadSheetMaxRowIndex global constant value.
See Also