[]
Adds a custom name to the model using the specified string value.
public void AddCustomName(string name, string value, int baseRow, int baseColumn, bool sheetViewScope, string comment)
Public Sub AddCustomName(name As String, value As String, baseRow As Integer, baseColumn As Integer, sheetViewScope As Boolean, comment As String)
Type | Name | Description |
---|---|---|
string | name | Custom name to add |
string | value | String value for the custom name |
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 | |
string | comment | Comment for the custom name |
Adds a custom name to the model using the specified string value.
public void AddCustomName(string name, string value, int baseRow, int baseColumn)
Public Sub AddCustomName(name As String, value As String, baseRow As Integer, baseColumn As Integer)