[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.ICustomNameSupport

ICustomNameSupport Interface

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

Namespace: FarPoint.Win.Spread.Model
Assembly: FarPoint.Win.Spread.dll
Syntax
public interface ICustomNameSupport
Public Interface ICustomNameSupport

Methods

Name Description
AddCustomName(string, Expression)

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

AddCustomName(string, string, int, int)

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

GetCustomName(string)

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

GetCustomName(string, int, int)

Gets the user-defined name, as a string, from the model.

GetCustomNameEnumerator()

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

RemoveCustomName(string)

Removes a user-defined name from the model.