[]
        
(Showing Draft Content)

FarPoint.Win.Spread.UndoRedo.GroupClickUndoAction

GroupClickUndoAction Class

Represents the undo actions for clicking a column in the grouping bar to reverse sorting for that column.

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

Constructors

Name Description
GroupClickUndoAction(SheetView, int)

Creates a new GroupClickUndoAction object.

Fields

Name Description
column

Specifies the index of the column clicked in the grouping bar.

sheetView

Specifies the sheet that contains the column.

Methods

Name Description
ClickGroup(SpreadView)

Helper function that reverses the sort in the clicked group (called by PerformUndoAction and Undo).

PerformUndoAction(object)

Reverses the sort in the clicked group.

SaveUndoState()

Saves undo state.

ToString()

Returns a string that represents this object.

Undo(object)

Reverses the sort in the clicked group.