[]
Selects a cell range and optionally scrolls it into view.
public virtual TBuilder Select(int row, int col, int? row2, int? col2)
Type | Name | Description |
---|---|---|
int | row | Index of the first row in this range. |
int | col | Index of the first column in this range. |
int? | row2 | Index of the last row in this range. |
int? | col2 | Index of the last column in this range. |
Type | Description |
---|---|
TBuilder | Current builder. |
If row2 and col2 are not set or set to Null, it means the single cell specified by row and col will be selected.