[]
Sets the Range property.
public TableBuilder Range(CellRange range)
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)
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. |