RowGetValue Method (Int32) |
Gets the row value by column index.
Namespace:
Easymap.AddIn.Data
Assembly:
Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.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