AddExternalVariable(String,ExternalVariable,String) Method
In This Topic
Creates a external variable.
Syntax
'Declaration
Overloads Function AddExternalVariable( _
ByVal As String, _
ByVal As ExternalVariable, _
Optional ByVal As String _
) As Boolean
'Usage
Dim instance As INames
Dim name As String
Dim externalVariable As ExternalVariable
Dim formula As String
Dim value As Boolean
value = instance.AddExternalVariable(name, externalVariable, formula)
bool AddExternalVariable(
string ,
ExternalVariable ,
string
)
Parameters
- name
- A string value indicates the external variable name.
- externalVariable
- A ExternalVariable object indicates the external variable name to add.
- formula
- A string value indicates the associated formula.
Return Value
true
if the object is added successful; otherwise, false
.
See Also