dxSpreadSheetMaxColumnIndex Constant
In This Article
Specifies the last column‘s index within a Table View worksheet.
#Declaration
Delphi
const dxSpreadSheetMaxColumnIndex = dxSpreadSheetMaxColumnCount - 1;
#Remarks
This global constant’s value is one less than the dxSpreadSheetMaxColumnCount global constant, since the column indexes are zero-based.
See Also