Show / Hide Table of Contents

Interface IExcelConditionalFormattingDataBarGroup

IExcelConditionalFormattingDataBar

Inherited Members
IExcelConditionalFormattingRule.Node
IExcelConditionalFormattingRule.Type
IExcelConditionalFormattingRule.Address
IExcelConditionalFormattingRule.Priority
IExcelConditionalFormattingRule.StopIfTrue
IExcelConditionalFormattingRule.Style
IExcelConditionalFormattingRule.PivotTable
IExcelConditionalFormattingRule.As
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
Back to top Generated by DocFX