Click or drag to resize

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; }

Property Value

Type: IXLSRange

Implements

IXLSRange EndCell
See Also