ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewCell Class / C1GridViewCell Constructor
The C1BaseField that contains the current cell.

In This Topic
    C1GridViewCell Constructor
    In This Topic
    Constructor. Initializes a new instance of the C1GridViewCell class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal containingField As C1BaseField _
    )
    public C1GridViewCell( 
       C1BaseField containingField
    )

    Parameters

    containingField
    The C1BaseField that contains the current cell.
    See Also