RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1Section Class / Index Property

In This Topic
    Index Property (C1Section)
    In This Topic
    Get the index of this C1TextElement in its parent Children collection.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Index As Integer
    public int Index {get;}
    See Also