dxSpreadSheetMaxRowIndex Constant
In This Article
Specifies the maximum index of rows within a Table View worksheet.
#Declaration
Delphi
const dxSpreadSheetMaxRowIndex = dxSpreadSheetMaxRowCount - 1;
#Remarks
This global constant’s value is one less than the dxSpreadSheetMaxRowCount global constant, since the row indexes are zero-based.
See Also