ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder Namespace / DDSheets Class / Select Method / Select(String) Method
The value of the Name property of the DDSheet object you want to be selected.

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