Class ExcelConditionalFormattingDataBar
Databar
Inheritance
System.Object
ExcelConditionalFormattingDataBar
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 ExcelConditionalFormattingDataBar : ExcelConditionalFormattingRule, IExcelConditionalFormattingDataBarGroup, IExcelConditionalFormattingRule
Properties
Color
Declaration
public Color Color { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color |
HighValue
Declaration
public ExcelConditionalFormattingIconDataBarValue HighValue { get; }
Property Value
Type | Description |
---|---|
ExcelConditionalFormattingIconDataBarValue |
LowValue
Declaration
public ExcelConditionalFormattingIconDataBarValue LowValue { get; }
Property Value
Type | Description |
---|---|
ExcelConditionalFormattingIconDataBarValue |
ShowValue
Declaration
public bool ShowValue { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |