[]
Selects a cell range and optionally scrolls it into view.
public FlexSheetBuilder Select(int row, int col, int? row2, int? col2, bool scrollToSelection = true)
| 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. |
| bool | scrollToSelection | Specify whether to scroll the seletion into view. |
| Type | Description |
|---|---|
| FlexSheetBuilder | Current FlexSheet builder |