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






In This Topic
    Cell Constructor
    In This Topic
    Creates one Cell instance.
    Syntax
    'Declaration
     
    
    Public Function New()
    'Usage
     
    
    Dim instance As New Cell()
    public Cell()
    public Cell(); 
    public function Cell();
    public: Cell();
    public:
    Cell();
    See Also