Spread Windows Forms 7.0 Product Documentation
CellEditUndoAction Class Members
See Also  Fields  Methods  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.UndoRedo Namespace : CellEditUndoAction Class


Glossary Item Box

The following tables list the members exposed by CellEditUndoAction.

Public Constructors

 NameDescription
Public ConstructorCellEditUndoAction ConstructorCreates a new cell edit undo action.  
Top

Protected Fields

 NameDescription
Protected FieldcolumnSpecifies the index of the column that contains the cell.  
Protected FieldnewIsFormulaSpecifies whether the new value is a formula.  
Protected FieldnewValueSpecifies the new value in the cell.  
Protected FieldoldIsFormulaSpecifies whether the old value is a formula.  
Protected FieldoldValueSpecifies the original value in the cell.  
Protected FieldrowSpecifies the index of the column that contains the cell.  
Protected FieldsheetViewSpecifies the sheet that contains the cell.  
Top

Public Methods

 NameDescription
Public MethodCloneClones the object. (Inherited from FarPoint.Win.Spread.UndoRedo.UndoAction)
Public MethodPerformActionPerforms the undo action. (Inherited from FarPoint.Win.Spread.UndoRedo.UndoAction)
Public MethodPerformUndoActionOverridden. Performs the cell editing action.  
Public MethodToStringReturns a string that represents this object.  
Public MethodUndoOverridden. Undoes the cell editing action.  
Top

Protected Methods

 NameDescription
Protected MethodSaveUndoStateOverridden. Saves the undo state of this cell editing action.  
Top

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.