ComponentOne FlexGrid for UWP
GetCellRect(Int32,Int32) Method

C1.UWP.FlexGrid Assembly > C1.Xaml.FlexGrid Namespace > GridPanel Class > GetCellRect Method : GetCellRect(Int32,Int32) Method
Index of the cell row.
Index of the cell column.
Gets a rectangle that represents the position of a cell on the panel.
Syntax
'Declaration
 
Public Overloads Function GetCellRect( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer _
) As Windows.Foundation.Rect
public Windows.Foundation.Rect GetCellRect( 
   System.int row,
   System.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

Reference

GridPanel Class
GridPanel Members
Overload List