ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

C1TrueDBGrid.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

If condition is CellStyleFlag.AllCells, then all regex cell conditions are removed, regardless of status or expression.

See Also

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


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