ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLRange Class / XLRange Constructor / XLRange Constructor(String,XLReferenceMode)
The area reference text (for exapmle: 'A4:D8').
The area reference text (for exapmle: 'A4:D8').

In This Topic
    XLRange Constructor(String,XLReferenceMode)
    In This Topic
    Initialization range.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal areaRef As System.String, _
       Optional ByVal mode As XLReferenceMode _
    )
    public XLRange( 
       System.string areaRef,
       XLReferenceMode mode
    )

    Parameters

    areaRef
    The area reference text (for exapmle: 'A4:D8').
    mode
    The area reference text (for exapmle: 'A4:D8').
    See Also