| 
VariableCollection
Item Property
  | 
 Gets or sets the variable with the specified name.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public string this[
	string name
] { get; set; }
 
Public Default Property Item ( 
	name As String
) As String
	Get
	Set
 
public:
property String^ default[String^ name] {
	String^ get (String^ name);
	void set (String^ name, String^ value);
}
 
member Item : string with get, set
 
 
 
Parameters
 
- 
name
 
- 
 Type:
 
System
String
 
 
Property Value
 
 Type:
 
String
 
 
 See Also
See Also