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 rng
)
Visual Basic
Public Function GetCellRect ( _
	rng As CellRange _
) As Rect

Return Value

A rectangle that represents the position of the cell range.

See Also