Back to Devexpress

ConditionalFormattingCollection.Remove(ConditionalFormatting) Method

officefileapi-devexpress-dot-spreadsheet-dot-conditionalformattingcollection-dot-remove-x28-devexpress-dot-spreadsheet-dot-conditionalformatting-x29.md

latest5.0 KB
Original Source

ConditionalFormattingCollection.Remove(ConditionalFormatting) Method

Removes the specified conditional formatting rule from the collection.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
void Remove(
    ConditionalFormatting formatting
)
vb
Sub Remove(
    formatting As ConditionalFormatting
)

Parameters

NameTypeDescription
formattingConditionalFormatting

A ConditionalFormatting object to be removed from the collection.

|

Remarks

To delete all conditional formatting rules from the worksheet, use the ConditionalFormattingCollection.Clear method. To remove the ConditionalFormatting object at the specified index from the collection, use the ConditionalFormattingCollection.RemoveAt method.

To apply conditional format to a range of cells, use one of the following methods depending on the rule you wish to create:

See Also

RemoveAt(Int32)

Clear()

ConditionalFormattingCollection Interface

ConditionalFormattingCollection Members

DevExpress.Spreadsheet Namespace