Show / Hide Table of Contents

Interface IExcelConditionalFormattingIconSetGroup<T>

IExcelConditionalFormattingIconSetGroup

Inherited Members
IExcelConditionalFormattingRule.Node
IExcelConditionalFormattingRule.Type
IExcelConditionalFormattingRule.Address
IExcelConditionalFormattingRule.Priority
IExcelConditionalFormattingRule.StopIfTrue
IExcelConditionalFormattingRule.Style
IExcelConditionalFormattingRule.PivotTable
IExcelConditionalFormattingRule.As
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
In This Article
Back to top Generated by DocFX