FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / GridPanel Class / GetCellRect Method / GetCellRect(CellRange) Method
CellRange to locate.

In This Topic
    GetCellRect(CellRange) Method
    In This Topic
    Gets a rectangle that represents the position of a CellRange on the panel.
    Syntax
    'Declaration
     
    Public Overloads Function GetCellRect( _
       ByVal rng As CellRange _
    ) As Rect
    public Rect GetCellRect( 
       CellRange rng
    )

    Parameters

    rng
    CellRange to locate.

    Return Value

    A rectangle that represents the position of the cell range.
    See Also