ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / ParagraphObject Class / IndexInOwner Property

In This Topic
    IndexInOwner Property (ParagraphObject)
    In This Topic
    Gets the index of the current paragraph object in the containing ParagraphObjectCollection.
    Syntax
    'Declaration
     
    Public ReadOnly Property IndexInOwner As System.Integer
    public System.int IndexInOwner {get;}
    See Also