CellRange
EndCell Property
|
Returns a Range object that represents the cell at the end of the
region that contains the source range.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public CellRange EndCell { get; }
Public ReadOnly Property EndCell As CellRange
Get
public:
property CellRange^ EndCell {
CellRange^ get ();
}
member EndCell : CellRange with get
Property Value
Type:
CellRange
See Also