Version

Item(Int32,Int32) Property

Returns the CellValueHolder for the cell at the specified position.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal recordIndex As Integer, _
   ByVal fieldIndex As Integer _
) As CellValueHolder
public CellValueHolder Item( 
   int recordIndex,
   int fieldIndex
) {get;}

Parameters

recordIndex
The 0 based index of the row whose cell value is to be returned.
fieldIndex
The 0 based index of the column whose cell value is to be returned.

Property Value

The CellValueHolder associated with the cell at the specified position or null if there is no cell at that position.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also