[]
        
(Showing Draft Content)

FarPoint.Win.Spread.UndoRedo.TableResizeUndoAction

TableResizeUndoAction Class

Represents the undo actions for table resizing.

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

Constructors

Name Description
TableResizeUndoAction(FpSpread, SheetView, TableView, int, int, int)

Creates an instance of TableResizeUndoAction

Methods

Name Description
PerformUndoAction(object)

Performs the undo action.

SaveUndoState()

Saves the undo state before performing the action.

ToString()

Returns a string that represents this object.

Undo(object)

Undoes the action.