ComponentOne FlexGrid for UWP
CellRange Constructor(UIElement)

C1.UWP.FlexGrid Assembly > C1.Xaml.FlexGrid Namespace > CellRange Structure > CellRange Constructor : CellRange Constructor(UIElement)
Windows.UI.Xaml.UIElement that represents a cell.
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 Windows.UI.Xaml.UIElement _
)
public CellRange( 
   Windows.UI.Xaml.UIElement e
)

Parameters

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

Reference

CellRange Structure
CellRange Members
Overload List