FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.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