Back to Devexpress

Paragraph.Index Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-paragraph-aee8ba1c.md

latest1.9 KB
Original Source

Paragraph.Index Property

Gets the index number of a paragraph in a document.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public abstract int Index { get; }
vb
Public MustOverride ReadOnly Property Index As Integer

Property Value

TypeDescription
Int32

An integer representing the index number.

|

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Index property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

winforms-richedit-document-api/VB/RichEditAPISample/CodeExamples/List.vb#L101

vb
pgf.ListIndex = 0
    pgf.ListLevel = pgf.Index
Next

See Also

Paragraph Class

Paragraph Members

DevExpress.XtraRichEdit.API.Native Namespace