InterfaceISpreadsheetName
Defines core properties for a named formula or range reference within a spreadsheet.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public interface ISpreadsheetName
Properties
Comment
Gets the descriptive comment explaining the purpose of this name.
IsVisible
Gets whether this name appears in the user interface name lists.
Declaration
bool IsVisible { get; }
Property Value
The value indicating whether the name is visible to the user.
Name
Gets the unique identifier for this named reference within its scope.
RefersTo
Gets the formula or range reference this name points to, formatted as a string.
Declaration
string RefersTo { get; }
Property Value
The string representation of the object the name refers to.
Scope
Gets the scope defining whether this name applies workbook-wide or to a specific worksheet.
Declaration
SpreadsheetNameCollectionScope Scope { get; }
Property Value
SpreadsheetNameCollectionScope
The scope.