ComponentOne DataGrid for WPF and Silverlight
Item(Int32,Int32) Property

C1.WPF.DataGrid Namespace > C1DataGrid Class > Item Property : Item(Int32,Int32) Property
Gets the DataGridCell with the specified row and column index.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal rowIndex As System.Integer, _
   ByVal columnIndex As System.Integer _
) As DataGridCell
public DataGridCell Item( 
   System.int rowIndex,
   System.int columnIndex
) {get;}

Parameters

rowIndex
columnIndex

Property Value

The cell in the specified row and column
See Also

Reference

C1DataGrid Class
C1DataGrid Members
Overload List