C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1BaseFieldCollection Class / Remove Method
The C1BaseField to remove.

In This Topic
Remove Method (C1BaseFieldCollection)
In This Topic
Removes the specified C1BaseField object from the C1BaseFieldCollection collection.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal value As C1BaseField _
) 
 

Parameters

value
The C1BaseField to remove.
See Also