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


In This Topic
    isRowGroup Field (RangeGroupButtonClickUndoAction)
    In This Topic
    Specifies whether the action applies to an outline (range group) of rows.
    Syntax
    'Declaration
     
    
    Protected isRowGroup As Boolean
    'Usage
     
    
    Dim instance As RangeGroupButtonClickUndoAction
    Dim value As Boolean
     
    value = instance.isRowGroup
     
    instance.isRowGroup = value
    protected bool isRowGroup
    See Also