ComponentOne AutoComplete for ASP.NET Web Forms
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 System.Integer
    public System.int Index {get;}
    See Also