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

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

    Parameters

    book
    The owner workbook for the range.
    reference
    The text presentation of a specified range.
    See Also