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
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
Reverse
Reverse
bool Reverse { get; set; }
Property Value
ShowValue
ShowValue
bool ShowValue { get; set; }