Skip to main content

dxSpreadSheetMaxColumnCount Constant

Specifies the maximum number of columns in a Table View worksheet.

Declaration

const dxSpreadSheetMaxColumnCount = 1 shl 14;

Remarks

This global constant limits the number of column objects that can be created within a worksheet.

By default, the maximum number of columns is limited to 16384 (with the last column marked as XFD in the case of A1 reference style), as determined in the XLSX format’s worksheet specifications.

See Also