Table of Contents

Interface IExcelConditionalFormattingDataBarGroup

Namespace
OfficeOpenXml.ConditionalFormatting.Contracts
Assembly
Magicodes.EPPlus.dll
public interface IExcelConditionalFormattingDataBarGroup : IExcelConditionalFormattingRule
Inherited Members
Extension Methods

Properties

Color

Color Color { get; set; }

Property Value

Color

HighValue

ExcelConditionalFormattingIconDataBarValue HighValue { get; }

Property Value

ExcelConditionalFormattingIconDataBarValue

LowValue

ExcelConditionalFormattingIconDataBarValue LowValue { get; }

Property Value

ExcelConditionalFormattingIconDataBarValue

ShowValue

bool ShowValue { get; set; }

Property Value

bool