ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / CellRange Structure / CellRange Constructor / CellRange Constructor(UIElement)
Windows.UI.Xaml.UIElement that represents a cell.

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

    Parameters

    e
    Windows.UI.Xaml.UIElement that represents a cell.
    See Also