[]
Adds a varibale into the document.
public Variable Add(string name, string value)
Public Function Add(name As String, value As String) As Variable
| Type | Name | Description |
|---|---|---|
| string | name | The name of the document variable. |
| string | value | The value for the document variable. |
| Type | Description |
|---|---|
| Variable | A Variable object that represents a variable added to a document. |