Parameters
- name
- A string value indicates the name of new defined name.
- refersTo
- A string value indicates the formula which new defined name refers to.
- comment
- A string value indicates the comment of new defined name.
- contextRow
- An integer value indicates the context row related to refersTo formula.
- contextColumn
- An integer value indicates the context column related to refersTo formula.
- isA1StyleNotation
- A bool? value indicates the notation style of the formula.
true
means A1-style notation.false
means R1C1-style notation.null
means current notation style.
Return Value
An IName object indicates the new created defined name.
null
if the input is invalid.