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