Initializes a new instance of a CellRange based on a UIElement that represents a cell.

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

Syntax

C#
public CellRange(
	UIElement e
)
Visual Basic
Public Sub New ( _
	e As UIElement _
)

Parameters

e
Type: System.Windows..::..UIElement
UIElement that represents a cell.

See Also