Click or drag to resize

RowGetStringValue Method (Column)

Gets the formatted row value for the specified Column.

Namespace:  Easymap.AddIn.Data
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public string GetStringValue(
	Column column
)

Parameters

column
Type: Easymap.AddIn.DataColumn
The specified Column.

Return Value

Type: String
See Also