ActiveReports 12
Select(String) Method

GrapeCity.ActiveReports.Export.Excel.v12 Assembly > GrapeCity.SpreadBuilder Namespace > DDSheets Class > Select Method : Select(String) Method
The value of the Name property of the DDSheet object to be selected.
Selects the sheet with the specified name, and deselects all other sheets.
Syntax
'Declaration
 
Public Overloads Sub Select( _
   ByVal sheetName As String _
) 
public void Select( 
   string sheetName
)

Parameters

sheetName
The value of the Name property of the DDSheet object to be selected.
See Also

Reference

DDSheets Class
DDSheets Members
Overload List