[]
Gets the string value for a custom name on this sheet from the model.
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 calculating relative row references in the value |
int | baseColumn | Base column index for calculating relative column references in the value |
Type | Description |
---|---|
string |
Gets the expression value for a custom name on this sheet from the model.
public Expression GetCustomName(string name)
Public Function GetCustomName(name As String) As Expression
Type | Name | Description |
---|---|---|
string | name | Custom name to get |
Type | Description |
---|---|
Expression |