[]
        
(Showing Draft Content)

C1.WPF.Grid.Automation.GridCellAutomationPeer.-ctor

GridCellAutomationPeer Constructor

GridCellAutomationPeer(GridRowAutomationPeer, GridCellType, GridRow, GridColumn)

Initializes a new instance of GridCellAutomationPeer.

Declaration
public GridCellAutomationPeer(GridRowAutomationPeer rowPeer, GridCellType cellType, GridRow row, GridColumn column)
Parameters
Type Name Description
GridRowAutomationPeer rowPeer

The associated row automation peer.

GridCellType cellType

The type of cell.

GridRow row

The row.

GridColumn column

The column.