Excel for WPF | ComponentOne
C1.Silverlight.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 Integer, _
       ByVal col As Integer _
    )
    public XLRange( 
       int row,
       int col
    )

    Parameters

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