[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IWorksheet.ColumnCount

ColumnCount Property

ColumnCount

Gets or sets the current column count of the worksheet.

This value represents the number of columns currently defined on the worksheet. It reflects the value set through ColumnCount.

Declaration
int ColumnCount { get; set; }
Property ColumnCount As Integer
Examples
worksheet.ColumnCount = 12;
int columnCount = worksheet.ColumnCount;