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

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

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

Parameters

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

Return Value

A rectangle that represents the position of the cell range.

See Also