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

Argument.Length Property

Gets the length of an argument text range in the DOCVARIABLE field.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

public int Length { get; }

Property Value

Type Description
Int32

An integer, specifying the length of a text range representing the argument in the DOCVARIABLE field.

Remarks

To get access to the ArgumentCollection containing DOCVARIABLE arguments, handle the Document.CalculateDocumentVariable event, and use the CalculateDocumentVariableEventArgs.Arguments property.

See Also