ComponentOne FlexGrid for WinForms
Remove(CellStyle) Method

C1.Win.C1FlexGrid Namespace > CellStyleCollection Class > Remove Method : Remove(CellStyle) Method
Style to be removed from the collection.
Removes a custom style from the collection.
Syntax
'Declaration
 
Public Overloads Sub Remove( _
   ByVal style As CellStyle _
) 
public void Remove( 
   CellStyle style
)

Parameters

style
Style to be removed from the collection.
Remarks
Built-in styles can't be removed.
See Also

Reference

CellStyleCollection Class
CellStyleCollection Members
Overload List