ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

C1TrueDBGrid.ClearCellStyle Method

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

[Visual Basic]

Public Sub ClearCellStyle( _

ByVal condition As CellStyleFlag _

)

[C#]

public void ClearCellStyle(

CellStyleFlag condition

);

[Delphi]

public procedure ClearCellStyle(

condition: CellStyleFlag

);

Parameters

condition

Combination of one or more CellStyleFlag enumerations.

Remarks

If the condition parameter is set to CellStyleFlag.AllCells, then all non-regex cell conditions are removed, regardless of status.

See Also

C1TrueDBGrid Class | C1TrueDBGrid Members | C1.Win.C1TrueDBGrid Namespace


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