C1.Web.Wijmo.Controls.45 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 _
)
 

Parameters

containingField
The C1BaseField that contains the current cell.
See Also