void
Deletes this conditional format.
void
Generates the conditional format from the json string.
Returns a Range object that specifies the cell range to which the formatting rule is applied.
Gets the color of the axis for cells with conditional formatting as data bars.
Gets or sets the position of the axis of the data bars specified by a conditional formatting rule.
Gets an object that specifies the border of a data bar.
Returns a FormatColor object that you can use to modify the color of the bars in a data bar conditional format.
Gets how a data bar is filled with color.
Gets the direction the data bar is displayed.
Returns a
IConditionValue
object that specifies how the longest baris 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.
Gets the NegativeBarFormat object associated with a data bar conditional formatting rule.
int
Returns an Integer value that specifies the length of the longest data bar as a percentage of cell width.
int
Returns an Integer value that specifies the length of the shortest data bar as a percentage of cell width.
int
Returns the priority value of the conditional formatting rule.
boolean
Returns a Boolean value that specifies if the value in the cell is displayed if the data bar conditional format is applied to the range.
boolean
Returns a Boolean value that determines if additional formatting rules on the cell should be evaluated if the current rule evaluates to True.
Returns the type of this conditional format.
void
Sets a Range object that specifies the cell range to which the formatting rule is applied.
void
Sets the position of the axis of the data bars specified by a conditional formatting rule.
void
Sets how a data bar is filled with color.
void
Sets the direction the data bar is displayed.
void
Sets the priority value for this conditional formatting rule to "1" so that it will be evaluated before all other rules on the worksheet.
void
Sets the evaluation order for this conditional formatting rule so it is evaluated after all other rules on the worksheet.
void
Sets an Integer value that specifies the length of the longest data bar as a percentage of cell width.
void
Sets an Integer value that specifies the length of the shortest data bar as a percentage of cell width.
void
Sets the priority value of the conditional formatting rule.
void
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.
Generates a json string from the conditional format.