Class ConditionalFormattingIcon

ConditionalFormattingIcon class

Represents the custom icon of conditional formatting rule.

public class ConditionalFormattingIcon

Properties

NameDescription
ImageData { get; }Gets the icon set data.
Index { get; set; }Gets and sets the icon’s index in the icon set.
Type { get; set; }Gets and sets the icon set type.

Methods

NameDescription
GetImageData(Cell)Gets the image data with the setting of cell.
static GetIconImageData(IconSetType, int)Get the icon set data

See Also