Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheets Interface / Select Method
true to replace the current selection with the specified worksheets. false to extend the current selection to include any previously selected worksheets and the specified worksheets.


In This Topic
    Select Method (IWorksheets)
    In This Topic
    Selects all worksheets.
    Syntax
    'Declaration
     
    
    Sub Select( _
       Optional ByVal replace As Boolean _
    ) 
    'Usage
     
    
    Dim instance As IWorksheets
    Dim replace As Boolean
     
    instance.Select(replace)
    void Select( 
       bool replace
    )

    Parameters

    replace
    true to replace the current selection with the specified worksheets. false to extend the current selection to include any previously selected worksheets and the specified worksheets.
    See Also