[]
Gets the string value for a custom name on this sheet from the model.
public string GetCustomName(string name, int baseRow, int baseColumn, bool SheetviewSCope)
Public Function GetCustomName(name As String, baseRow As Integer, baseColumn As Integer, SheetviewSCope As Boolean) 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 |
bool | SheetviewSCope |
Type | Description |
---|---|
string |
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 |