Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / Selection Property


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