[]
Gets a named expression from the model with the specified base index for relative cell references.
public string GetCustomName(string name, int baseRow, int baseColumn)
Public Function GetCustomName(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 | A named expression from the model. |