Class ExcelConditionalFormattingRule
- Namespace
- OfficeOpenXml.ConditionalFormatting
- Assembly
- Magicodes.EPPlus.dll
public abstract class ExcelConditionalFormattingRule : XmlHelper, IExcelConditionalFormattingRule
- Inheritance
-
ExcelConditionalFormattingRule
- Implements
-
- Derived
-
- Inherited Members
-
- Extension Methods
-
Properties
protected bool? AboveAverage { get; set; }
Property Value
- bool?
public ExcelAddress Address { get; set; }
Property Value
- ExcelAddress
protected bool? Bottom { get; set; }
Property Value
- bool?
protected bool? EqualAverage { get; set; }
Property Value
- bool?
public string Formula { get; set; }
Property Value
- string
public string Formula2 { get; set; }
Property Value
- string
public XmlNode Node { get; }
Property Value
- XmlNode
protected eExcelConditionalFormattingOperatorType Operator { get; set; }
Property Value
- eExcelConditionalFormattingOperatorType
protected bool? Percent { get; set; }
Property Value
- bool?
public int Priority { get; set; }
Property Value
- int
public ushort Rank { get; set; }
Property Value
- ushort
public ushort StdDev { get; set; }
Property Value
- ushort
public bool StopIfTrue { get; set; }
Property Value
- bool
public ExcelDxfStyleConditionalFormatting Style { get; }
Property Value
- ExcelDxfStyleConditionalFormatting
protected eExcelConditionalFormattingTimePeriodType TimePeriod { get; set; }
Property Value
- eExcelConditionalFormattingTimePeriodType
public eExcelConditionalFormattingRuleType Type { get; }
Property Value
- eExcelConditionalFormattingRuleType