ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / C1DataGrid Class / Item Property / Item(DataGridRow,DataGridColumn) Property

In This Topic
    Item(DataGridRow,DataGridColumn) Property
    In This Topic
    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