Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / Select Method


In This Topic
    Select Method (IRange)
    In This Topic
    Select a cell or a range of cells.
    Syntax
    'Declaration
     
    
    Sub Select() 
    'Usage
     
    
    Dim instance As IRange
     
    instance.Select()
    void Select()
    See Also