| 
VariableCollection
GetNameByIndex Method
  | 
 Gets variable's key by the index.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public string GetNameByIndex(
	int index
)
 
Public Function GetNameByIndex ( 
	index As Integer
) As String
 
public:
String^ GetNameByIndex(
	int index
)
 
member GetNameByIndex : 
index : int -> string 
 
 
 
Parameters
 
- 
index
 
- 
 Type:
 
System
Int32
 
 The index.
Return Value
 
 Type:
 
String
 
 
 See Also
See Also