Aspose::Words::VariableCollection::idx_set method

VariableCollection::idx_set(const System::String&, 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.

void Aspose::Words::VariableCollection::idx_set(const System::String &name, const System::String &value)

See Also

VariableCollection::idx_set(int32_t, const System::String&) 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.

void Aspose::Words::VariableCollection::idx_set(int32_t index, const System::String &value)
ParameterTypeDescription
indexint32_tZero-based index of the document variable.

See Also