Creates a new instance of the
CellEditExtent class.
Syntax
'Declaration
Public Function New( _
ByVal As System.Integer, _
ByVal column As System.Integer, _
ByVal 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 ,
System.int column,
System.string
)
Parameters
- row
- The edit row index.
- column
- The edit column index.
- newValue
- The edit cell's new value to apply.
See Also