<
ComponentOne OLAP for WPF and Silverlight
C1.Silverlight.FlexGrid Namespace / CellRange Structure / CellRange Constructor / CellRange Constructor(UIElement)
System.Windows.UIElement that represents a cell.

In This Topic
    CellRange Constructor(UIElement)
    In This Topic
    Initializes a new instance of a CellRange based on a System.Windows.UIElement that represents a cell.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal e As UIElement _
    )
    public CellRange( 
       UIElement e
    )

    Parameters

    e
    System.Windows.UIElement that represents a cell.
    See Also