[]
        
(Showing Draft Content)

FarPoint.Win.Spread.UndoRedo.RangeGroupButtonClickUndoAction

RangeGroupButtonClickUndoAction Class

Represents the undo actions for a group button click action.

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

Constructors

Name Description
RangeGroupButtonClickUndoAction()

Creates a new undo action for a range group.

RangeGroupButtonClickUndoAction(SheetView, int, bool)

Creates a new undo action for an outline (range group) for a specified sheet.

Fields

Name Description
activeLevel

Specifies the level on which the action occurs.

collapsedIndexList

Specifies the collection of collapsed indexes inside groups.

isRowGroup

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

sheetView

Specifies the view of the Clipboard operation.

Methods

Name Description
PerformUndoAction(object)

Peforms the Clipboard cut action.

SaveUndoState()

Saves the undo state of an outline (range group) button click action.

Undo(object)

Peforms the undo Clipboard cut action.