RowGetStringValue(Column) Method |
Gets the formatted row value for the specified
Column.
Namespace: Easymap.AddIn.DataAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic string GetStringValue(
Column column
)
Public Function GetStringValue (
column As Column
) As String
Parameters
- column Column
- The specified Column.
Return Value
String
See Also