Argument.StartPosition Property
Gets the document position where the argument text range starts.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
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