Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / XLCellRange Class / RowTo Property

In This Topic
    RowTo Property (XLCellRange)
    In This Topic
    Gets or sets the index of the last row in the range.
    Syntax
    'Declaration
     
    
    Public Property RowTo As Integer
    public int RowTo {get; set;}
    See Also