[]
Configurates ColumnCount. Sets the number of columns in the sheet.
public UnboundSheetBuilder ColumnCount(int value)
Public Function ColumnCount(value As Integer) As UnboundSheetBuilder
| Type | Name | Description |
|---|---|---|
| int | value | The value. |
| Type | Description |
|---|---|
| UnboundSheetBuilder | Current builder. |