Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

ConditionalFormattingCollection.Count Property

Returns the number of conditional formatting rules in the collection.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

int Count { get; }

Property Value

Type Description
Int32

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

See Also