'Declaration Public Function New( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal newValue As String _ )
'Usage Dim row As Integer Dim column As Integer Dim newValue As String Dim instance As New CellEditExtent(row, column, newValue)
Parameters
- row
- The edit row index.
- column
- The edit column index.
- newValue
- The edit cell's new value to apply.