Function to return a cell using Row and ColumnName lookup.

Namespace: DataTableEx
Assembly: DataTableEx (in DataTableEx.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string GetField(
	long Row,
	string ColumnName
)
Visual Basic
Public Function GetField ( _
	Row As Long, _
	ColumnName As String _
) As String
Visual C++
public:
String^ GetField(
	long long Row, 
	String^ ColumnName
)

Parameters

Row
Type: System..::..Int64
Row number to retrieve.
ColumnName
Type: System..::..String
Name of the column to retrieve.

Return Value

[Missing <returns> documentation for "M:DataTableEx.DataTableEX.GetField(System.Int64,System.String)"]

Remarks