| 
VariableCollection
Add Method
  | 
 Adds variable to document.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public void Add(
	string name,
	string value
)
 
Public Sub Add ( 
	name As String,
	value As String
)
 
public:
void Add(
	String^ name, 
	String^ value
)
 
member Add : 
name : string * 
value : string -> unit 
 
 
 
Parameters
 
- 
name
 
- 
 Type:
 
System
String
 
 The name.
- 
value
 
- 
 Type:
 
System
String
 
 The value.
 
 See Also
See Also