Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / CellStateEventArgs Class / ActiveCellChanged Property


In This Topic
    ActiveCellChanged Property
    In This Topic
    Indicates the activation related to cell is changed
    Syntax
    'Declaration
     
    
    Public Property ActiveCellChanged As Boolean
    'Usage
     
    
    Dim instance As CellStateEventArgs
    Dim value As Boolean
     
    instance.ActiveCellChanged = value
     
    value = instance.ActiveCellChanged
    public bool ActiveCellChanged {get; set;}
    See Also