Gets variable's key by the index.
Namespace: Spire.DocAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
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
- Int32
The index.