[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.ICustomNameSupport.AddCustomName

AddCustomName Method

AddCustomName(string, string, int, int)

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

Declaration
void AddCustomName(string name, string value, int baseRow, int baseColumn)
Sub AddCustomName(name As String, value As String, baseRow As Integer, baseColumn As Integer)
Parameters
Type Name Description
string name

Name to add

string value

Value for name, as string

int baseRow

Base row index for calculating relative row references in the value

int baseColumn

Base column index for calculating relative column references in the value

AddCustomName(string, Expression)

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

Declaration
void AddCustomName(string name, Expression value)
Sub AddCustomName(name As String, value As Expression)
Parameters
Type Name Description
string name

Name to add

Expression value

Value for name, as expression