[]
Sets the Range property.
public TableBuilder Range(CellRange range)
Public Function Range(range As CellRange) As TableBuilder
| Type | Name | Description |
|---|---|---|
| CellRange | range | The cell range. |
| Type | Description |
|---|---|
| TableBuilder | Current builder. |
Sets the Range property.
public TableBuilder Range(int row, int col, int? row2 = null, int? col2 = null)
Public Function Range(row As Integer, col As Integer, Optional row2 As Integer? = Nothing, Optional col2 As Integer? = Nothing) As TableBuilder
| Type | Name | Description |
|---|---|---|
| int | row | The start row index. |
| int | col | The start column index. |
| int? | row2 | The end row index. |
| int? | col2 | The end column index. |
| Type | Description |
|---|---|
| TableBuilder | Current builder. |