DocumentVariableCollection.Add(String, Object) Method
Adds a new document variable to the collection.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
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