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






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