[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.IEnhancedCustomNameSupport

IEnhancedCustomNameSupport Interface

Interface that supports enhanced methods for user-defined names in formulas in the data model.

Namespace: FarPoint.Win.Spread.Model
Assembly: FarPoint.Win.Spread.dll
Syntax
public interface IEnhancedCustomNameSupport : ICustomNameSupport, ICustomNameSupport2
Public Interface IEnhancedCustomNameSupport
    Inherits ICustomNameSupport, ICustomNameSupport2

Methods

Name Description
AddCustomName(string, Expression, string)

Adds a new user-defined name for the specified value, as an expression, to the model.

AddCustomName(string, string, int, int, string)

Adds a new user-defined name for the specified value, as a string, to the model.

AddModelScopeCustomName(string, Expression, string)

Adds a new user-defined name for the specified value, as an expression, to the model.

AddModelScopeCustomName(string, string, int, int, string)

Adds a new user-defined name for the specified value, as string, to the model.

ClearModelScopeCustomName()

Clears the model scope custom name.

GetCustomNameComment(string)

Gets the comment of the custom name.

GetModelScopeCustomName(string)

Gets the user-defined name, as an expression, in the model.

GetModelScopeCustomName(string, int, int)

Gets a named expression from the model with the specified base index for relative cell references.

GetModelScopeCustomNameComment(string)

Gets the comment of the custom name.

GetModelScopeNameEnumerator()

Gets an IEnumerator that enumerates through the custom names defined in the model.

ModifyCustomName(string, string)

Modifies the name of the custom name.

ModifyModelScopeCustomName(string, string)

Modifies the name of the custom name.

RemoveModelScopeCustomName(string)

Removes a user-defined name from the model.

SetCustomNameComment(string, string)

Sets the comment for a custom name.

SetModelScopeCustomNameComment(string, string)

Sets a custom name comment for the scope.

Events

Name Description
CustomNameChanged

Occurs when the custom name of the data model changes.

ReferenceStyleChanged

Occurs when the reference style of the data model changes.