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