C1.Win.List Namespace / Split Class / ClearCellStyle Method
Combination of one or more CellStyleFlag enumerations.

In This Topic
ClearCellStyle Method (Split)
In This Topic
Removes a cell condition established with a previous call to the AddCellStyle method.
Syntax
'Declaration
 
Public Sub ClearCellStyle( _
   ByVal condition As CellStyleFlag _
) 
 

Parameters

condition
Combination of one or more CellStyleFlag enumerations.
See Also