Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

IXLSRange

Implements

IWorksheet..::..AllocatedRange

See Also