Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Report Namespace / Field Class / Index Property

In This Topic
    Index Property (Field)
    In This Topic
    Returns the position of the field in the parent report's C1Report.Fields collection.
    Syntax
    'Declaration
     
    Public ReadOnly Property Index As Integer
    public int Index {get;}
    See Also