[]
        
(Showing Draft Content)

GrapeCity.SpreadBuilder.DDSheets.Select

Select Method

Select(string)

Selects the sheet with the specified name, and deselects all other sheets.

Declaration
public void Select(string sheetName)
Parameters
Type Name Description
string sheetName

The value of the Name property of the DDSheet object you want to select.

Select(int)

Selects the sheet at the specified index, and deselects all other sheets.

Declaration
public void Select(int sheetIndex)
Parameters
Type Name Description
int sheetIndex

The index of the sheet whose tab you want to select.