ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLRange Class / XLRange Constructor / XLRange Constructor(Int32,Int32)
The index of the row in the cell.
The index of the column in the cell.

In This Topic
    XLRange Constructor(Int32,Int32)
    In This Topic
    Initialization range.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal row As System.Integer, _
       ByVal col As System.Integer _
    )
    public XLRange( 
       System.int row,
       System.int col
    )

    Parameters

    row
    The index of the row in the cell.
    col
    The index of the column in the cell.
    See Also