ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.TransposedMultiRow Namespace / Cell Class
Members






In This Topic
    Cell Class
    In This Topic
    Represents a cell on the TransposedMultiRow.
    Object Model
    Cell Class
    Syntax
    'Declaration
     
    
    Public Class Cell 
       Inherits C1.Web.Mvc.ColumnBase
    'Usage
     
    
    Dim instance As Cell
    public class Cell : C1.Web.Mvc.ColumnBase 
    public class Cell = class(C1.Web.Mvc.ColumnBase)
    public class Cell extends C1.Web.Mvc.ColumnBase
    public __gc class Cell : public C1.Web.Mvc.ColumnBase 
    public ref class Cell : public C1.Web.Mvc.ColumnBase 
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.ColumnBase
          C1.Web.Mvc.TransposedMultiRow.Cell

    See Also