dxSpreadSheetMaxRowIndex Constant
Specifies the maximum index of rows within a Table View worksheet.
Declaration
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