IXLSRange
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
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
IXLSRange EndCell { get; }
ReadOnly Property EndCell As IXLSRange
Get
property IXLSRange^ EndCell {
IXLSRange^ get ();
}
abstract EndCell : IXLSRange with get
Property Value
Type:
IXLSRange
See Also