Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorksheetView Class / ActiveSelection Property


In This Topic
    ActiveSelection Property
    In This Topic
    Gets the selection that contains the active cell.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ActiveSelection As Reference
    'Usage
     
    
    Dim instance As WorksheetView
    Dim value As Reference
     
    value = instance.ActiveSelection
    public Reference ActiveSelection {get;}
    See Also