Version

GetSourceCell Method

The Infragistics.Windows.DataPresenter.Cell at the specified index.
Syntax
'Declaration
 
Public Function GetSourceCell( _
   ByVal row As Integer, _
   ByVal column As Integer _
) As Cell
public Cell GetSourceCell( 
   int row,
   int column
)

Parameters

row
The 0 based index of the row whose cell is to be returned
column
The 0 based index of the column whose cell is to be returned

Return Value

The Infragistics.Windows.DataPresenter.Cell at the specified index or null if there is no cell in the specified position
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeExceptionThe row/column must be at least 0 and less than the respective RowCount/ColumnCount count values.
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