VariableCollection
GetValueByIndex Method
|
Gets variable's value by the index.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
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
-
Type:
System
Int32
The index.
Return Value
Type:
String
See Also