XlCondFmtRuleIconSet.CustomIcons Property
Provides access to the collection of custom icons used in the conditional formatting rule.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
Type | Description |
---|---|
IList<XlCondFmtCustomIcon> | A IList<XlCondFmtCustomIcon> object representing the list of the custom icons. |
See Also