[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.ICustomNameSupport.GetCustomName

GetCustomName Method

GetCustomName(string, int, int)

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

Declaration
string GetCustomName(string name, int baseRow, int baseColumn)
Function GetCustomName(name As String, baseRow As Integer, baseColumn As Integer) As String
Parameters
Type Name Description
string name

Name, as a 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

Returns
Type Description
string

A user-defined name

GetCustomName(string)

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

Declaration
Expression GetCustomName(string name)
Function GetCustomName(name As String) As Expression
Parameters
Type Name Description
string name

Name, as an expression

Returns
Type Description
Expression

An Expression object.