Databar Members (Excel)
Represents a data bar conditional formating rule. Applying a data bar to a range helps you see the value of a cell relative to other cells.
Methods
Name |
Description |
---|---|
Deletes the specified conditional formatting rule object. |
|
Sets the cell range to which this formatting rule applies. |
|
Sets the priority value for this conditional formatting rule to "1" so that it will be evaluated before all other rules on the worksheet. |
|
Sets the evaluation order for this conditional formatting rule so it is evaluated after all other rules on the worksheet. |
Properties
Name |
Description |
---|---|
When used without an object qualifier, this property returns an Application object that represents the Microsoft Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object. Read-only. |
|
Returns a Range object specifying the cell range to which the formatting rule is applied. |
|
Returns the color of the axis for cells with conditional formatting as data bars. Read-only |
|
Returns or sets the position of the axis of the data bars specified by a conditional formatting rule. Read/write |
|
Returns an object that specifies the border of a data bar. Read-only |
|
Returns a FormatColor object that you can use to modify the color of the bars in a data bar conditional format. |
|
Returns or sets how a data bar is filled with color. Read/write |
|
Returns a 32-bit integer that indicates the application in which this object was created. Read-only Long. |
|
Returns or sets the direction the databar is displayed. Read/write |
|
Returns or sets a String representing a formula, which determines the values to which the icon set will be applied. |
|
Returns a ConditionValue object that specifies how the longest bar is evaluated for a data bar conditional format. |
|
Returns a ConditionValue object that specifies how the shortest bar is evaluated for a data bar conditional format. |
|
Returns the NegativeBarFormat object associated with a data bar conditional formatting rule. Read-only |
|
Returns the parent object for the specified object. Read-only. |
|
Returns or sets a Long value that specifies the length of the longest data bar as a percentage of cell width. |
|
Returns or sets a Long value that specifies the length of the shortest data bar as a percentage of cell width. |
|
Returns or sets the priority value of the conditional formatting rule. The priority determines the order of evaluation when multiple conditional formatting rules exist in a worksheet. |
|
Returns a Boolean value indicating if the conditional format is being applied to a PivotTable. Read-only. |
|
Returns or sets one of the constants of the XlPivotConditionScope enumeration, which determines the scope of the conditional format when it is applied to a PivotTable. |
|
Returns or sets a Boolean value that specifies if the value in the cell is displayed if the data bar conditional format is applied to the range. |
|
Returns or sets a Boolean value that determines if additional formatting rules on the cell should be evaluated if the current rule evaluates to True. |
|
Returns one of the constants of the XlFormatConditionType enumeration, which specifies the type of conditional format. Read-only. |