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

DocumentVariableCollection.Remove(String) Method

Removes the variable with the specified name from the document.

Namespace: DevExpress.XtraRichEdit

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

public void Remove(
    string name
)

Parameters

Name Type Description
name String

A string that is the name of the variable to remove.

See Also