Table of Contents

Interface IExcelConditionalFormattingIconSetGroup<T>

Namespace
OfficeOpenXml.ConditionalFormatting.Contracts
Assembly
EPPlus.dll

IExcelConditionalFormattingIconSetGroup

public interface IExcelConditionalFormattingIconSetGroup<T> : IExcelConditionalFormattingRule

Type Parameters

T
Inherited Members

Properties

Custom

True if the Iconset has custom icons

bool Custom { get; }

Property Value

bool

IconSet

IconSet (3, 4 or 5 IconSet)

T IconSet { get; set; }

Property Value

T

IconSetPercent

True if percent based

bool IconSetPercent { get; set; }

Property Value

bool

Reverse

Reverse

bool Reverse { get; set; }

Property Value

bool

ShowValue

ShowValue

bool ShowValue { get; set; }

Property Value

bool