Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheet 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 (IWorksheet)
    In This Topic
    Selects the sheet.
    Syntax
    'Declaration
     
    
    Sub Select( _
       Optional ByVal replace As Boolean _
    ) 
    'Usage
     
    
    Dim instance As IWorksheet
    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