FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid.Automation Namespace / GridCellAutomationPeer Class / GridCellAutomationPeer Constructor
The associated row automation peer.
The type of cell.
The row.
The column.

In This Topic
    GridCellAutomationPeer Constructor
    In This Topic
    Initializes a new instance of GridCellAutomationPeer.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal rowPeer As GridRowAutomationPeer, _
       ByVal cellType As GridCellType, _
       ByVal row As GridRow, _
       ByVal column As GridColumn _
    )
    public GridCellAutomationPeer( 
       GridRowAutomationPeer rowPeer,
       GridCellType cellType,
       GridRow row,
       GridColumn column
    )

    Parameters

    rowPeer
    The associated row automation peer.
    cellType
    The type of cell.
    row
    The row.
    column
    The column.
    See Also