Class SpreadsheetNameCollectionScope
Describes the owner of a spreadsheet name collection.
Inheritance
System.Object
SpreadsheetNameCollectionScope
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Spreadsheet.Model
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class SpreadsheetNameCollectionScope : ICopyable<SpreadsheetNameCollectionScope>
Properties
IsGlobal
; Gets a value indicating whether the owner is a workbook.
Declaration
public bool IsGlobal { get; }
Property Value
System.Boolean
The value indicating whether the owner is a workbook. |