Skip to main content

DocumentVariableCollection.Add(String, Object) Method

Adds a new document variable to the collection.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

public void Add(
    string name,
    object value
)

Parameters

Name Type Description
name String

A string that is the name of the new document variable.

value Object

An object that is the value of the document variable.

Remarks

This method throws an exception if the document variable with the same name already exists.

See Also