Interface IExcelConditionalFormattingIconSetGroup<T>
IExcelConditionalFormattingIconSetGroup
Inherited Members
Namespace: OfficeOpenXml.ConditionalFormatting.Contracts
Assembly: EPPlus.dll
Syntax
public interface IExcelConditionalFormattingIconSetGroup<T> : IExcelConditionalFormattingRule
Type Parameters
Name | Description |
---|---|
T |
Properties
IconSet
IconSet (3, 4 ou 5 IconSet)
Declaration
T IconSet { get; set; }
Property Value
Type | Description |
---|---|
T |
Reverse
Reverse
Declaration
bool Reverse { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowValue
ShowValue
Declaration
bool ShowValue { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |