Click or drag to resize

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
)

Parameters

index
Type: System Int32
The index.

Return Value

Type: String
See Also