ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.MultiRow Namespace / CellInfo Class / Group Property

In This Topic
    Group Property (CellInfo)
    In This Topic
    Gets or sets the index of the cell group which the cell belongs to.
    Syntax
    'Declaration
     
    
    Public Property Group As Integer
    public int Group {get; set;}
    See Also