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


In This Topic
    Axis Property (CellStateEventArgs)
    In This Topic
    Gets a boolean value indicating whether the axis data is changed.
    Syntax
    'Declaration
     
    
    Public Property Axis As Boolean
    'Usage
     
    
    Dim instance As CellStateEventArgs
    Dim value As Boolean
     
    instance.Axis = value
     
    value = instance.Axis
    public bool Axis {get; set;}
    See Also