In This Topic
Selects the sheet with the specified name, and unselects 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 you want to be selected.
See Also