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