Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DocumentVariableCollection.Add(String, Object) Method

Adds a new document variable to the collection.

Namespace: DevExpress.XtraRichEdit

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

NuGet Package: DevExpress.RichEdit.Core

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