Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderFragment Class / IndexInParent Property

In This Topic
    IndexInParent Property (RenderFragment)
    In This Topic
    Gets the 0-based index of the current fragment in the Children collection of its Parent.
    Syntax
    'Declaration
     
    Public ReadOnly Property IndexInParent As Integer
    public int IndexInParent {get;}
    See Also