Interface IExcelConditionalFormattingTwoColorScale
IExcelConditionalFormattingTwoColorScale
Inherited Members
Namespace: Experior.Core.Data.OfficeOpenXml.ConditionalFormatting.Contracts
Assembly: Experior.Core.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 |