Gets a rectangle that represents the position of a CellRange on the panel.

Namespace:  C1.Phone.FlexGrid
Assembly:  C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)

Syntax

C#
public Rect GetCellRect(
	CellRange range
)
Visual Basic
Public Function GetCellRect ( _
	range As CellRange _
) As Rect

Parameters

range
Type: C1.Phone.FlexGrid..::..CellRange
CellRange to locate.

Return Value

A rectangle that represents the position of the cell range.

See Also