ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

C1DisplayColumn.ClearRegexCellStyle Method (CellStyleFlag)

Removes a cell condition established with a previous call to the AddRegexCellStyle method.

[Visual Basic]

Overloads Public Sub ClearRegexCellStyle( _

ByVal condition As CellStyleFlag _

)

[C#]

public void ClearRegexCellStyle(

CellStyleFlag condition

);

[Delphi]

public procedure ClearRegexCellStyle(

condition: CellStyleFlag

); overload;

Parameters

condition

Combination of one or more CellStyleFlag enumerations.

Remarks

All cell conditions for any regular expression matching the condition parameter are removed. If condition is CellStyleFlag.AllCells, then all regex cell conditions are removed, regardless of status or expression.

See Also

C1DisplayColumn Class | C1DisplayColumn Members | C1.Win.C1TrueDBGrid Namespace | C1DisplayColumn.ClearRegexCellStyle Overload List


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.