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