ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.MultiRow Assembly / C1.Web.Mvc.MultiRow Namespace / CellInfo Class / Index Property

In This Topic
    Index Property (CellInfo)
    In This Topic
    Gets or sets the index of the column in the cell group's cells collection.
    Syntax
    'Declaration
     
    Public Overrides Property Index As Integer
    public override int Index {get; set;}
    See Also