[]
Creates a new defined name.
IName Add(string name, string refersTo, string comment = null, int contextRow = 0, int contextColumn = 0, bool? isA1StyleNotation = null)
Function Add(name As String, refersTo As String, Optional comment As String = Nothing, Optional contextRow As Integer = 0, Optional contextColumn As Integer = 0, Optional isA1StyleNotation As Boolean? = Nothing) As IName
Type | Name | Description |
---|---|---|
string | name | A string value indicates the name of new defined name. |
string | refersTo | A string value indicates the formula which new defined name refers to. |
string | comment | A string value indicates the comment of new defined name. |
int | contextRow | An integer value indicates the context row related to |
int | contextColumn | An integer value indicates the context column related to |
bool? | isA1StyleNotation | A bool? value indicates the notation style of the formula. |
Type | Description |
---|---|
IName | An IName object indicates the new created defined name. |