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