MapMatrix NetGIS Class Library

DataTable.Get Method (Int32, Int32)

Fetches data at a specific column and row in the table

public string Get(
   int columnIndex,
   int row
);

Parameters

columnIndex
Index of the Column that will be retreived
row
Row Id that will be retreived

Return Value

Returns a single element of data as type string

See Also

DataTable Class | MapMatrix.MapControls Namespace | DataTable.Get Overload List