[]
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.
int ColumnCount { get; set; }
Property ColumnCount As Integer
worksheet.ColumnCount = 12;
int columnCount = worksheet.ColumnCount;