RowGetStringValue Method (Int32) |
Gets the formatted row value for the specified
Column index.
Namespace:
Easymap.AddIn.Data
Assembly:
EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax public string GetStringValue(
int columnIndex
)
Public Function GetStringValue (
columnIndex As Integer
) As String
Parameters
- columnIndex
- Type: SystemInt32
Return Value
Type:
StringSee Also