dxSpreadSheetMaxRowCount Constant
Specifies the maximum number of rows within the Table View worksheet.
Declaration
const dxSpreadSheetMaxRowCount = 1 shl 20;
Remarks
This global constant limits the number of row objects that can be created within a worksheet.
By default, the maximum number of rows is limited to 1048576, as determined in the XLSX format’s worksheet specifications.
See Also