[]
Gets a named expression from the model with the specified base index for relative cell references.
string GetModelScopeCustomName(string name, int baseRow, int baseColumn)
Function GetModelScopeCustomName(name As String, baseRow As Integer, baseColumn As Integer) As String
| 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 |
| Type | Description |
|---|---|
| string | A named expression from the model. |
Gets the user-defined name, as an expression, in the model.
Expression GetModelScopeCustomName(string name)
Function GetModelScopeCustomName(name As String) As Expression
| Type | Name | Description |
|---|---|---|
| string | name | Name, as an expression |
| Type | Description |
|---|---|
| Expression | A named expression from the model. |