ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.TransposedGrid Namespace / TransposedGridRowBase Class / TransposedGridRowBase Constructor






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