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 string Scope { get; }
Public ReadOnly Property Scope As String
	Get
public:
virtual property String^ Scope {
	String^ get () sealed;
}
abstract Scope : string with get
override Scope : string with get

Property Value

String

Implements

INamedRange..::..Scope

See Also