ActiveReports 12
Select(Int32) Method

GrapeCity.ActiveReports.Export.Excel.v12 Assembly > GrapeCity.SpreadBuilder Namespace > DDSheets Class > Select Method : Select(Int32) Method
The zero-based index of the sheet whose tab is to be selected.
Selects the sheet at the specified index, and deselects all other sheets.
Syntax
'Declaration
 
Public Overloads Sub Select( _
   ByVal sheetIndex As Integer _
) 
public void Select( 
   int sheetIndex
)

Parameters

sheetIndex
The zero-based index of the sheet whose tab is to be selected.
See Also

Reference

DDSheets Class
DDSheets Members
Overload List