Function to return a cell using Row and ColumnIndex lookup.

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

Syntax

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

Parameters

Row
Type: System..::..Int64
Row number to retrieve.
ColumnIndex
Type: System..::..Int32
Column number of the column to retrieve.

Return Value

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

Remarks