[]
Gets the user-defined name, as a string, from the model.
string GetCustomName(string name, int baseRow, int baseColumn)
Function GetCustomName(name As String, baseRow As Integer, baseColumn As Integer) As String
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 |
Type | Description |
---|---|
string | A user-defined name |
Gets the user-defined name, as an expression, in the model.
Expression GetCustomName(string name)
Function GetCustomName(name As String) As Expression
Type | Name | Description |
---|---|---|
string | name | Name, as an expression |
Type | Description |
---|---|
Expression | An Expression object. |