Skip to main content

Argument.Length Property

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

Namespace: DevExpress.XtraRichEdit

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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