Class ExcelConditionalFormattingDataBar
Databar
Inheritance
System.Object
ExcelConditionalFormattingDataBar
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.ConditionalFormatting
Assembly: EPPlus.dll
Syntax
public class ExcelConditionalFormattingDataBar : ExcelConditionalFormattingRule, IExcelConditionalFormattingDataBarGroup, IExcelConditionalFormattingRule
Properties
Color
The color of the databar
Declaration
public Color Color { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color |
HighValue
The high value
Declaration
public ExcelConditionalFormattingIconDataBarValue HighValue { get; }
Property Value
Type | Description |
---|---|
ExcelConditionalFormattingIconDataBarValue |
LowValue
The low value
Declaration
public ExcelConditionalFormattingIconDataBarValue LowValue { get; }
Property Value
Type | Description |
---|---|
ExcelConditionalFormattingIconDataBarValue |
ShowValue
If true the values of the cells are shown, otherwise the cells only contain the databars.
Declaration
public bool ShowValue { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |