ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder Namespace / DDSheets Class / Select Method / Select(Int32) Method
The index of the sheet whose tab you want to select.

In This Topic
    Select(Int32) Method
    In This Topic
    Selects the sheet at the specified index, and deselects all other sheets.
    Syntax
    'Declaration
     
    Public Overloads Sub Select( _
       ByVal sheetIndex As Integer _
    ) 
    public void Select( 
       int sheetIndex
    )

    Parameters

    sheetIndex
    The index of the sheet whose tab you want to select.
    See Also