[]
Selects the sheet with the specified name, and deselects all other sheets.
public void Select(string sheetName)
Type | Name | Description |
---|---|---|
string | sheetName | The value of the Name property of the DDSheet object you want to select. |
Selects the sheet at the specified index, and deselects all other sheets.
public void Select(int sheetIndex)
Type | Name | Description |
---|---|---|
int | sheetIndex | The index of the sheet whose tab you want to select. |