Selects the sheet with the specified name, and deselects all other sheets.
Syntax
'Declaration
Public Overloads Sub Select( _
ByVal As String _
)
public void Select(
string
)
Parameters
- sheetName
- The value of the Name property of the DDSheet object to be selected.
See Also