Spread Silverlight Documentation
CellEditExtent Constructor


GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace > CellEditExtent Class : CellEditExtent Constructor
The edit row index.
The edit column index.
The edit cell's new value to apply.
Creates a new instance of the CellEditExtent class.
Syntax
'Declaration
 
Public Function New( _
   ByVal row As System.Integer, _
   ByVal column As System.Integer, _
   ByVal newValue As System.String _
)
'Usage
 
Dim row As System.Integer
Dim column As System.Integer
Dim newValue As System.String
 
Dim instance As New CellEditExtent(row, column, newValue)
public CellEditExtent( 
   System.int row,
   System.int column,
   System.string newValue
)

Parameters

row
The edit row index.
column
The edit column index.
newValue
The edit cell's new value to apply.
See Also

Reference

CellEditExtent Class
CellEditExtent Members