ComponentOne DataGrid for WPF and Silverlight
Item(DataGridRow,DataGridColumn) Property

C1.WPF.DataGrid Namespace > C1DataGrid Class > Item Property : Item(DataGridRow,DataGridColumn) Property
Gets the DataGridCell with the specified row and column.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal row As DataGridRow, _
   ByVal column As DataGridColumn _
) As DataGridCell

Parameters

row
column

Property Value

The cell in the specified row and column
See Also

Reference

C1DataGrid Class
C1DataGrid Members
Overload List