[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.IEnhancedCustomNameSupport.GetModelScopeCustomName

GetModelScopeCustomName Method

GetModelScopeCustomName(string, int, int)

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

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

The name of the custom name to get

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 named expression from the model.

GetModelScopeCustomName(string)

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

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

Name, as an expression

Returns
Type Description
Expression

A named expression from the model.