RowSetValue Method (Int32, Object) |
Sets row value for the specified column index.
Namespace:
Easymap.AddIn.Data
Assembly:
Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntaxpublic void SetValue(
int columnIndex,
Object value
)
Public Sub SetValue (
columnIndex As Integer,
value As Object
)
Parameters
- columnIndex
- Type: SystemInt32
Index of specified column. - value
- Type: SystemObject
Specified value which will be insert in the row.
See Also