ComponentOne FlexGrid for WPF and Silverlight
GetCellRect(Int32,Int32) Method

C1.WPF.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 System.Windows.Rect
public System.Windows.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