Class DefinedName
Represents a defined name in the RadSpreadsheet.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Model
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class DefinedName : ISpreadsheetName, ICopyable<ISpreadsheetName>
Properties
Comment
Gets the comment.
Declaration
public string Comment { get; }
Property Value
System.String
The comment. |
Implements
IsVisible
Gets the value indicating whether the name is visible to the user.
Declaration
public bool IsVisible { get; }
Property Value
System.Boolean
The value indicating whether the name is visible to the user. |
Implements
Name
Gets the name.
Declaration
public string Name { get; }
Property Value
System.String
The name. |
Implements
RefersTo
Gets the string representation of the object the name refers to.
Declaration
public string RefersTo { get; }
Property Value
System.String
The string representation of the object the name refers to. |
Implements
Scope
Gets the scope of the name.
Declaration
public SpreadsheetNameCollectionScope Scope { get; }
Property Value
SpreadsheetNameCollectionScope
The scope. |
Implements
Value
Gets the value.
Declaration
public string Value { get; }
Property Value
System.String
The value. |