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