[]
Defines a builder to configurate UnboundSheet.
public class UnboundSheetBuilder : SheetBuilder<UnboundSheet, UnboundSheetBuilder>
Name | Description |
---|---|
UnboundSheetBuilder(UnboundSheet) | Creates one UnboundSheetBuilder instance to configurate |
Name | Description |
---|---|
ColumnCount(int) | Configurates ColumnCount. Sets the number of columns in the sheet. |
RowCount(int) | Configurates RowCount. Sets the number of rows in the sheet. |