Spread WPF 18
GrapeCity.Spreadsheet Namespace / IWorksheet Interface / Selection Property


In This Topic
    Selection Property
    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