Click or drag to resize

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
public void Add(
	string name,
	string value
)

Parameters

name
Type: System String
The name.
value
Type: System String
The value.
See Also