[]
Gets a named expression from the model with the specified base index for relative cell references.
public string GetModelScopeCustomName(string name, int baseRow, int baseColumn)
Public Function GetModelScopeCustomName(name As String, baseRow As Integer, baseColumn As Integer) As String
Type | Name | Description |
---|---|---|
string | name | Custom name to get |
int | baseRow | Base row index for computing relative cell references |
int | baseColumn | Base column index for computing relative cell references |
Type | Description |
---|---|
string |