Excel for WinRT
RowTo Property


Gets or sets the index of the last row in the range.
Syntax
'Declaration
 
Public Property RowTo As System.Integer
'Usage
 
Dim instance As XLCellRange
Dim value As System.Integer
 
instance.RowTo = value
 
value = instance.RowTo
public System.int RowTo {get; set;}
See Also

Reference

XLCellRange Class
XLCellRange Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback