Skip to main content

XlCondFmtCustomIcon(Int32, XlCondFmtIconSetType) Constructor

Initializes a new instance of the XlCondFmtCustomIcon class with the specified settings.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public XlCondFmtCustomIcon(
    int id,
    XlCondFmtIconSetType iconSetType
)

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