FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / GridPanel Class / GetCellRect Method / GetCellRect(Int32,Int32) Method
Index of the cell row.
Index of the cell column.

In This Topic
    GetCellRect(Int32,Int32) Method
    In This Topic
    Gets a rectangle that represents the position of a cell on the panel.
    Syntax
    'Declaration
     
    Public Overloads Function GetCellRect( _
       ByVal row As Integer, _
       ByVal col As Integer _
    ) As Rect
    public Rect GetCellRect( 
       int row,
       int col
    )

    Parameters

    row
    Index of the cell row.
    col
    Index of the cell column.

    Return Value

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