Variables.Add(String, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a Variable object that represents a variable added to a document.
public Microsoft.Office.Interop.Word.Variable Add (string Name, ref object Value);
abstract member Add : string * obj -> Microsoft.Office.Interop.Word.Variable
Public Function Add (Name As String, Optional ByRef Value As Object) As Variable
Parameters
- Name
- String
Required String. The name of the document variable.
- Value
- Object
Optional Object. The value for the document variable.