Interface IExcelConditionalFormattingTwoColorScale
IExcelConditionalFormattingTwoColorScale
Inherited Members
Namespace: OfficeOpenXml.ConditionalFormatting.Contracts
Assembly: EPPlus.dll
Syntax
public interface IExcelConditionalFormattingTwoColorScale : IExcelConditionalFormattingColorScaleGroup, IExcelConditionalFormattingRule
Properties
HighValue
Two Color Scale High Value
Declaration
ExcelConditionalFormattingColorScaleValue HighValue { get; set; }
Property Value
Type | Description |
---|---|
ExcelConditionalFormattingColorScaleValue |
LowValue
Two Color Scale Low Value
Declaration
ExcelConditionalFormattingColorScaleValue LowValue { get; set; }
Property Value
Type | Description |
---|---|
ExcelConditionalFormattingColorScaleValue |