Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / RangeGroupButtonClickUndoAction Class / activeLevel Field


In This Topic
    activeLevel Field
    In This Topic
    Specifies the level on which the action occurs.
    Syntax
    'Declaration
     
    
    Protected activeLevel As Integer
    'Usage
     
    
    Dim instance As RangeGroupButtonClickUndoAction
    Dim value As Integer
     
    value = instance.activeLevel
     
    instance.activeLevel = value
    protected int activeLevel
    See Also