ActiveReports 19 .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 select.

In This Topic
    Select(String) Method
    In This Topic
    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 you want to select.
    See Also