[]
        
(Showing Draft Content)

FarPoint.Win.Spread.UndoRedo.RangeGroupStateChangeUndoAction

RangeGroupStateChangeUndoAction Class

Represents the undo actions for a collapse or expand action for range groups.

Inheritance
RangeGroupStateChangeUndoAction
Implements
Namespace: FarPoint.Win.Spread.UndoRedo
Assembly: FarPoint.Win.Spread.dll
Syntax
public class RangeGroupStateChangeUndoAction : UndoAction, ICloneable
Public Class RangeGroupStateChangeUndoAction
    Inherits UndoAction
    Implements ICloneable

Constructors

Name Description
RangeGroupStateChangeUndoAction()

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

RangeGroupStateChangeUndoAction(SheetView, RangeGroupInfo, bool)

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

Fields

Name Description
collapsedIndexList

Specifies the collection of collapsed indexes inside an outline (range group).

group

Specifies the outline (range group) to expand or collapse.

isRowGroup

Specifies whether the action applies to an outline (range group) of rows (or columns).

sheetView

Specifies the view of the Clipboard operation.

Methods

Name Description
PerformUndoAction(object)

Peforms the Clipboard cut action.

SaveUndoState()

Saves the undo state of this range group.

Undo(object)

Peforms the undo Clipboard cut action.