Class
DefinedName

Represents a named formula or range reference that can be scoped to a workbook or worksheet, providing reusable expressions for cells.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.Model

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

cs-api-definition
public class DefinedName : ISpreadsheetName

Inheritance: objectDefinedName

Implements: ISpreadsheetName

Properties

Comment

Gets the optional descriptive comment explaining the purpose of this name.

Declaration

cs-api-definition
public string Comment { get; }

Property Value

string

The comment.

Implements ISpreadsheetName.Comment

IsVisible

Gets whether this name appears in the user interface name lists.

Declaration

cs-api-definition
public bool IsVisible { get; }

Property Value

bool

The value indicating whether the name is visible to the user.

Implements ISpreadsheetName.IsVisible

Name

Gets the unique identifier for this defined name within its scope.

Declaration

cs-api-definition
public string Name { get; }

Property Value

string

The name.

Implements ISpreadsheetName.Name

RefersTo

Gets the formula expression this name references, formatted as a string.

Declaration

cs-api-definition
public string RefersTo { get; }

Property Value

string

The string representation of the object the name refers to.

Implements ISpreadsheetName.RefersTo

Scope

Gets the scope defining whether this name is workbook-global or worksheet-specific.

Declaration

cs-api-definition
public SpreadsheetNameCollectionScope Scope { get; }

Property Value

SpreadsheetNameCollectionScope

The scope.

Implements ISpreadsheetName.Scope

Value

Gets the evaluated result of the formula as a string representation.

Declaration

cs-api-definition
public string Value { get; }

Property Value

string

The value.

Implements ISpreadsheetName.Value