ComponentOne FlexGrid for WPF and Silverlight
GetCellRect(CellRange) Method

C1.WPF.FlexGrid Namespace > GridPanel Class > GetCellRect Method : GetCellRect(CellRange) Method
CellRange to locate.
Gets a rectangle that represents the position of a CellRange on the panel.
Syntax
'Declaration
 
Public Overloads Function GetCellRect( _
   ByVal rng As CellRange _
) As System.Windows.Rect
public System.Windows.Rect GetCellRect( 
   CellRange rng
)

Parameters

rng
CellRange to locate.

Return Value

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

Reference

GridPanel Class
GridPanel Members
Overload List