dxSpreadSheetMaxColumnIndex Constant
Specifies the last column‘s index within a Table View worksheet.
Declaration
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