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