Class ExcelConditionalFormattingIconSetBase<T>
ExcelConditionalFormattingThreeIconSet
Inheritance
System.Object
    
    
    ExcelConditionalFormattingIconSetBase<T>
      
      
      
  Implements
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: OfficeOpenXml.ConditionalFormatting
Assembly: EPPlus.dll
Syntax
public class ExcelConditionalFormattingIconSetBase<T> : ExcelConditionalFormattingRule, IExcelConditionalFormattingThreeIconSet<T>, IExcelConditionalFormattingIconSetGroup<T>, IExcelConditionalFormattingRuleType Parameters
| Name | Description | 
|---|---|
| T | 
Properties
Icon1
Settings for icon 1 in the iconset
Declaration
public ExcelConditionalFormattingIconDataBarValue Icon1 { get; }Property Value
| Type | Description | 
|---|---|
| ExcelConditionalFormattingIconDataBarValue | 
Icon2
Settings for icon 2 in the iconset
Declaration
public ExcelConditionalFormattingIconDataBarValue Icon2 { get; }Property Value
| Type | Description | 
|---|---|
| ExcelConditionalFormattingIconDataBarValue | 
Icon3
Settings for icon 2 in the iconset
Declaration
public ExcelConditionalFormattingIconDataBarValue Icon3 { get; }Property Value
| Type | Description | 
|---|---|
| ExcelConditionalFormattingIconDataBarValue | 
IconSet
Type of iconset
Declaration
public T IconSet { get; set; }Property Value
| Type | Description | 
|---|---|
| T | 
Reverse
Reverse the order of the icons
Declaration
public bool Reverse { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
ShowValue
If the cell values are visible
Declaration
public bool ShowValue { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean |