Interface IExcelConditionalFormattingDataBarGroup
IExcelConditionalFormattingDataBar
Inherited Members
Namespace: OfficeOpenXml.ConditionalFormatting.Contracts
Assembly: EPPlus.dll
Syntax
public interface IExcelConditionalFormattingDataBarGroup : IExcelConditionalFormattingRule
Properties
Color
The color of the databar
Declaration
Color Color { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color |
HighValue
Databar High Value
Declaration
ExcelConditionalFormattingIconDataBarValue HighValue { get; }
Property Value
Type | Description |
---|---|
ExcelConditionalFormattingIconDataBarValue |
LowValue
Databar Low Value
Declaration
ExcelConditionalFormattingIconDataBarValue LowValue { get; }
Property Value
Type | Description |
---|---|
ExcelConditionalFormattingIconDataBarValue |
ShowValue
ShowValue
Declaration
bool ShowValue { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |