[]
        
(Showing Draft Content)

FarPoint.Win.Spread.UndoRedo.RangeGroupStateChangeUndoAction.-ctor

RangeGroupStateChangeUndoAction Constructor

RangeGroupStateChangeUndoAction()

Creates a new undo action for the state of an outline (range group).

Declaration
public RangeGroupStateChangeUndoAction()
Public Sub New()

RangeGroupStateChangeUndoAction(SheetView, RangeGroupInfo, bool)

Creates a new undo action for the state of a specified outline (range group).

Declaration
public RangeGroupStateChangeUndoAction(SheetView sheetView, RangeGroupInfo group, bool isRowGroup)
Public Sub New(sheetView As SheetView, group As RangeGroupInfo, isRowGroup As Boolean)
Parameters
Type Name Description
SheetView sheetView

Sheet that contains the outline (range group)

RangeGroupInfo group

Whether the action is for an outline (range group)

bool isRowGroup

Whether the action is an outline (range group) of rows