Interface ISpreadsheetName
Defines members for the spreadsheet names classes.
Namespace: Telerik.Windows.Documents.Spreadsheet.Model
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public interface ISpreadsheetName
Properties
Comment
Gets the comment.
Declaration
string Comment { get; }
Property Value
System.String
The comment. |
IsVisible
Gets the value indicating whether the name is visible to the user.
Declaration
bool IsVisible { get; }
Property Value
System.Boolean
The value indicating whether the name is visible to the user. |
Name
Gets the name.
Declaration
string Name { get; }
Property Value
System.String
The name. |
RefersTo
Gets the string representation of the object the name refers to.
Declaration
string RefersTo { get; }
Property Value
System.String
The string representation of the object the name refers to. |
Scope
Gets the scope of the name.
Declaration
SpreadsheetNameCollectionScope Scope { get; }
Property Value
SpreadsheetNameCollectionScope
The scope. |
Value
Gets the value.
Declaration
string Value { get; }
Property Value
System.String
The value. |