Spread Windows Forms 6.0 Product Documentation
CellEditUndoAction Constructor
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.UndoRedo Namespace > CellEditUndoAction Class : CellEditUndoAction Constructor


sheetView
Sheet
row
Row index
column
Column index
newValue
Object with new value
isFormula
Whether the cell content is a formula

Glossary Item Box

Creates a new cell edit undo action.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal sheetView As SheetView, _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal newValue As Object, _
   ByVal isFormula As Boolean _
)
Visual Basic (Usage)Copy Code
Dim sheetView As SheetView
Dim row As Integer
Dim column As Integer
Dim newValue As Object
Dim isFormula As Boolean
 
Dim instance As New CellEditUndoAction(sheetView, row, column, newValue, isFormula)
C# 
public CellEditUndoAction( 
   SheetView sheetView,
   int row,
   int column,
   object newValue,
   bool isFormula
)

Parameters

sheetView
Sheet
row
Row index
column
Column index
newValue
Object with new value
isFormula
Whether the cell content is a formula

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

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