Class ExcelConditionalFormattingTwoColorScale
ExcelConditionalFormattingTwoColorScale
Inheritance
System.Object
ExcelConditionalFormattingTwoColorScale
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Data.OfficeOpenXml.ConditionalFormatting
Assembly: Experior.Core.dll
Syntax
public class ExcelConditionalFormattingTwoColorScale : ExcelConditionalFormattingRule, IExcelConditionalFormattingTwoColorScale, IExcelConditionalFormattingColorScaleGroup, IExcelConditionalFormattingRule
Properties
HighValue
High Value for Two Color Scale Object Value
Declaration
public ExcelConditionalFormattingColorScaleValue HighValue { get; set; }
Property Value
Type | Description |
---|---|
ExcelConditionalFormattingColorScaleValue |
LowValue
Low Value for Two Color Scale Object Value
Declaration
public ExcelConditionalFormattingColorScaleValue LowValue { get; set; }
Property Value
Type | Description |
---|---|
ExcelConditionalFormattingColorScaleValue |