ConditionalFormattingCollection Interface
In This Article
A collection of all conditional formatting rules on a worksheet.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
public interface ConditionalFormattingCollection :
IEnumerable<ConditionalFormatting>,
IEnumerable
#Related API Members
The following members return ConditionalFormattingCollection objects:
#Remarks
Use the Worksheet.ConditionalFormattings property to access the ConditionalFormattingCollection instance.
See Also