ASP.NET MVC Controls | ComponentOne
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 grid's columns collection.
    Syntax
    'Declaration
     
    
    Public Overrides Property Index As Integer
    public override int Index {get; set;}
    See Also