RowSetValue Method (Int32, Object) | 
 
            Sets row value for the specified column index.
            
 
    Namespace: 
   Easymap.AddIn.Data
    Assembly:
   EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.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