Add Method (VariableCollection)
'Declaration
Public Function Add( _
ByVal As System.String, _
ByVal As System.String _
) As Variable
public Variable Add(
System.string ,
System.string
)
Parameters
- name
- The name of the document variable.
- value
- The value for the document variable.
Return Value
A
Variable object that represents a variable added to a document.