DataBar Class
Contents
[
Hide
]DataBar class
Describe the DataBar conditional formatting rule.This conditional formatting rule displays a gradateddata bar in the range of cells.
type DataBar struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetAxisColor | Gets the color of the axis for cells with conditional formatting as data bars. |
SetAxisColor | Gets the color of the axis for cells with conditional formatting as data bars. |
GetAxisPosition | Gets or sets the position of the axis of the data bars specified by a conditional formatting rule. |
SetAxisPosition | Gets or sets the position of the axis of the data bars specified by a conditional formatting rule. |
GetBarFillType | Gets or sets how a data bar is filled with color. |
SetBarFillType | Gets or sets how a data bar is filled with color. |
GetDirection | Gets or sets the direction the databar is displayed. |
SetDirection | Gets or sets the direction the databar is displayed. |
GetBarBorder | Gets an object that specifies the border of a data bar. |
GetNegativeBarFormat | Gets the NegativeBarFormat object associated with a data bar conditional formatting rule. |
GetMinCfvo | Get or set this DataBar’s min value object.Cannot set null or CFValueObject with type FormatConditionValueType.Max to it. |
GetMaxCfvo | Get or set this DataBar’s max value object.Cannot set null or CFValueObject with type FormatConditionValueType.Min to it. |
GetColor | Get or set this DataBar’s Color. |
SetColor | Get or set this DataBar’s Color. |
GetMinLength | Represents the min length of data bar . |
SetMinLength | Represents the min length of data bar . |
GetMaxLength | Represents the max length of data bar . |
SetMaxLength | Represents the max length of data bar . |
GetShowValue | Get or set the flag indicating whether to show the values of the cells on which this data bar is applied.Default value is true. |
SetShowValue | Get or set the flag indicating whether to show the values of the cells on which this data bar is applied.Default value is true. |