XlsWorksheet
AllocatedRange Property
|
Read-only. Returns a Range object that represents a cell or a range of cells.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IXLSRange AllocatedRange { get; }
Public ReadOnly Property AllocatedRange As IXLSRange
Get
public:
virtual property IXLSRange^ AllocatedRange {
IXLSRange^ get () sealed;
}
abstract AllocatedRange : IXLSRange with get
override AllocatedRange : IXLSRange with get
Property Value
Type:
IXLSRange
Implements
IWorksheet
AllocatedRange
See Also