TdxSpreadSheetTableView.GetMaxRowIndex Method
In This Article
Returns the index of the last row in the worksheet.
#Declaration
Delphi
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