officefileapi-devexpress-dot-xtrarichedit-cb104db5.md
A collection of Argument objects. Results from parsing a document field.
Namespace : DevExpress.XtraRichEdit
Assembly : DevExpress.RichEdit.v25.2.Core.dll
NuGet Package : DevExpress.RichEdit.Core
[ComVisible(true)]
public class ArgumentCollection :
List<Argument>
<ComVisible(True)>
Public Class ArgumentCollection
Inherits List(Of Argument)
The following members return ArgumentCollection objects:
When handling the Document.CalculateDocumentVariable event, you can access the DOCVARIABLE field arguments via the CalculateDocumentVariableEventArgs.Arguments property.
Object List<Argument> ArgumentCollection
See Also