RowGetValue Method (Int32) | 
 
            Gets the row value by column index.
            
 
    Namespace: 
   Easymap.AddIn.Data
    Assembly:
   EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntaxpublic Object GetValue(
	int columnIndex
)
Public Function GetValue ( 
	columnIndex As Integer
) As Object
Parameters
- columnIndex
 - Type: SystemInt32
Index of specified column. 
Return Value
Type: 
ObjectReturns the value.
See Also