'Declaration
Public Sub ClearCellStyle( _ ByVal condition As CellStyleFlag _ )
public void ClearCellStyle( CellStyleFlag condition )
Parameters
- condition
'Declaration
Public Sub ClearCellStyle( _ ByVal condition As CellStyleFlag _ )
public void ClearCellStyle( CellStyleFlag condition )
The ClearCellStyle method removes a cell condition established with a previous call to the C1.Win.List.ListBase.C1ListBase.AddCellStyle method for the object in question. If no such cell condition exists, then calling this method has no effect.
If the condition argument is CellStyleFlag.AllCells, then all non-regex cell conditions are removed, regardless of status.