Skip to main content
A newer version of this page is available. .
Row

IconSetConditionalFormatting.SetCustomIcon(Int32, ConditionalFormattingCustomIcon) Method

Inserts a custom icon into the icon set specified in the conditional formatting rule.

Namespace: DevExpress.Spreadsheet

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

Declaration

void SetCustomIcon(
    int index,
    ConditionalFormattingCustomIcon value
)

Parameters

Name Type Description
index Int32

The zero-based index position of the insertion.

value ConditionalFormattingCustomIcon

A ConditionalFormattingCustomIcon object representing a custom icon to be set.

See Also