Gets variable's value 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 GetValueByIndex( int index )
Public Function GetValueByIndex ( index As Integer ) As String
public: String^ GetValueByIndex( int index )
member GetValueByIndex : index : int -> string
Parameters
- index
- Int32
The index.