'Declaration
Overloads Function AddExternalVariable( _ ByVal name As String, _ ByVal formula As String _ ) As ExternalVariable
Parameters
- name
- A string value indicates the external variable name.
- formula
- A string value indicates the associated formula.
Return Value
A ExternalVariable object indicates the new external variable.