Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheet Interface / Selection Property


In This Topic
    Selection Property (IWorksheet)
    In This Topic
    Gets the current selected cell(s).
    Syntax
    'Declaration
     
    
    ReadOnly Property Selection As IRange
    'Usage
     
    
    Dim instance As IWorksheet
    Dim value As IRange
     
    value = instance.Selection
    IRange Selection {get;}
    See Also