Skip to main content

XlCellPosition.MaxColumnCount Property

Gets the maximum number of columns.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public static int MaxColumnCount { get; }

Property Value

Type Description
Int32

An integer that is the maximum number of columns; at the moment it is 16384.

See Also