Variables.Add(String, Object) Method

Definition

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.

Returns

Applies to