Back to Devexpress

ConditionalFormattingCollection.Item[Int32] Property

officefileapi-devexpress-dot-spreadsheet-dot-conditionalformattingcollection-dot-item-x28-system-dot-int32-x29.md

latest1.8 KB
Original Source

ConditionalFormattingCollection.Item[Int32] Property

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

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
ConditionalFormatting this[int index] { get; }
vb
ReadOnly Property Item(index As Integer) As ConditionalFormatting

Parameters

NameTypeDescription
indexInt32

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

TypeDescription
ConditionalFormatting

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

|

See Also

ConditionalFormattingCollection Interface

ConditionalFormattingCollection Members

DevExpress.Spreadsheet Namespace