XlCondFmtCustomIcon(Int32, XlCondFmtIconSetType) Constructor
Initializes a new instance of the XlCondFmtCustomIcon class with the specified settings.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
id | Int32 | The zero-based integer that is the desired icon’s position within the icon set. |
iconSetType | XlCondFmtIconSetType | One of the XlCondFmtIconSetType enumeration values specifying the type of the icon set. |
See Also