Home
returns the value at the given row,col indeces

Namespace:  SqlTools
Assembly:  SqlTools (in SqlTools.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public string this[
	int rowIndex,
	int colIndex
] { get; }
Public ReadOnly Default Property Item ( _
	rowIndex As Integer, _
	colIndex As Integer _
) As String
public:
property String^ default[int rowIndex, int colIndex] {
	String^ get (int rowIndex, int colIndex);
}

Parameters

rowIndex
Int32
colIndex
Int32

Return Value

See Also