Skip to main content
Row

ConditionalFormattingCollection.Count Property

Returns the number of conditional formatting rules in the collection.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

int Count { get; }

Property Value

Type Description
Int32

An integer value representing the number of items in the collection.

See Also