FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid.Automation Namespace / GridCellAutomationPeer Class / Range Property

In This Topic
    Range Property (GridCellAutomationPeer)
    In This Topic
    Gets the merging-aware range of the cell.
    Syntax
    'Declaration
     
    Public ReadOnly Property Range As GridCellRange
    public GridCellRange Range {get;}
    See Also