Skip to main content

Argument.StartPosition Property

Gets the document position where the argument text range starts.

Namespace: DevExpress.XtraRichEdit

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

#Declaration

public int StartPosition { get; }

#Property Value

Type Description
Int32

An integer, specifying the starting document position of a text range, that is 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