Aspose::Words::VariableCollection::idx_get method

VariableCollection::idx_get(const System::String&) method

Gets or a sets a document variable by the case-insensitive name. null values are not allowed as a right hand side of the assignment and will be replaced by empty string.

System::String Aspose::Words::VariableCollection::idx_get(const System::String &name)

See Also

VariableCollection::idx_get(int32_t) method

Gets or sets a document variable at the specified index. null values are not allowed as a right hand side of the assignment and will be replaced by empty string.

System::String Aspose::Words::VariableCollection::idx_get(int32_t index)
ParameterTypeDescription
indexint32_tZero-based index of the document variable.

See Also