RowGetValue Method (Column) |
Gets the row value for the specified
Column.
Namespace:
Easymap.AddIn.Data
Assembly:
Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntaxpublic Object GetValue(
Column column
)
Public Function GetValue (
column As Column
) As Object
Parameters
- column
- Type: Easymap.AddIn.DataColumn
The specified Column.
Return Value
Type:
ObjectReturns the value.
See Also