ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLCellRange Class / XLCellRange Constructor / XLCellRange Constructor(XLSheet,String)
The owner sheet for the range.
The text presentation of a specified range without sheets.

In This Topic
    XLCellRange Constructor(XLSheet,String)
    In This Topic
    Creates an instance of an XLCellRange object containing a specified range.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal sheet As XLSheet, _
       ByVal reference As System.String _
    )
    public XLCellRange( 
       XLSheet sheet,
       System.string reference
    )

    Parameters

    sheet
    The owner sheet for the range.
    reference
    The text presentation of a specified range without sheets.
    See Also