Gets or sets the variable with the specified name.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
String

Property Value

String

See Also