ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder Namespace / DDSheets Class / Select Method / Select(Int32) Method
The index to the sheet of which you want the tab to be selected.

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

    Parameters

    sheetIndex
    The index to the sheet of which you want the tab to be selected.
    See Also