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


In This Topic
    Selection Property (WorksheetStateEventArgs)
    In This Topic
    Gets a value indicating whether the active cell and/or selection is changed.
    Syntax
    'Declaration
     
    
    Public Property Selection As Boolean
    'Usage
     
    
    Dim instance As WorksheetStateEventArgs
    Dim value As Boolean
     
    instance.Selection = value
     
    value = instance.Selection
    public bool Selection {get; set;}
    See Also