ReferRangeArea
EndRow Property
|
The end row of the area.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int EndRow { get; }
Public ReadOnly Property EndRow As Integer
Get
public:
property int EndRow {
int get ();
}
member EndRow : int with get
Property Value
Type:
Int32
See Also