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

ConditionalFormattingCollection.Item[Int32] Property

Gets the conditional formatting rule by its index in the collection.

Namespace: DevExpress.Spreadsheet

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

Declaration

ConditionalFormatting this[int index] { get; }

Parameters

Name Type Description
index Int32

A zero-based integer specifying the desired rule’s position within the collection. If it’s negative or exceeds the last available index, an exception is raised.

Property Value

Type Description
ConditionalFormatting

A ConditionalFormatting object which represents the conditional formatting rule at the specified position.

See Also