FormatCondition
Overview
FormatCondition is a struct in Aspose.Cells FOSS for Rust.
Represents format condition.
This struct provides 56 methods for working with FormatCondition objects in Rust programs.
Available methods include: get_above, get_bar_color, get_bar_length, get_color_scale_count, get_direction, get_duplicate, get_formula, get_formula1, get_formula2, get_icon_set_type, get_max_color, get_mid_color, and 44 additional methods.
All public members are accessible to any Rust application after installing the Aspose.Cells FOSS for Rust package.
Methods
| Signature | Description |
|---|---|
get_type() → FormatConditionType | Gets the type. |
set_type(value: FormatConditionType) | Sets the type. |
get_operator() → OperatorType | Gets the operator. |
set_operator(value: OperatorType) | Sets the operator. |
get_formula1() → &str | Gets the formula1. |
set_formula1(value: impl Into<String>) | Sets the formula1. |
get_formula2() → &str | Gets the formula2. |
set_formula2(value: impl Into<String>) | Sets the formula2. |
get_formula() → &str | Gets the formula. |
set_formula(value: impl Into<String>) | Sets the formula. |
get_time_period() → &str | Gets the time period. |
set_time_period(value: impl Into<String>) | Sets the time period. |
get_duplicate() → bool | Gets a value indicating whether duplicate. |
set_duplicate(value: bool) | Sets a value indicating whether duplicate. |
get_top() → bool | Gets a value indicating whether top. |
set_top(value: bool) | Sets a value indicating whether top. |
get_percent() → bool | Gets a value indicating whether percent. |
set_percent(value: bool) | Sets a value indicating whether percent. |
get_rank() → i32 | Gets the rank. |
set_rank(value: i32) → Result<(), CellsError> | Sets the rank. |
get_above() → bool | Gets a value indicating whether above. |
set_above(value: bool) | Sets a value indicating whether above. |
get_standard_deviation() → i32 | Gets the standard deviation. |
set_standard_deviation(value: i32) → Result<(), CellsError> | Sets the standard deviation. |
get_color_scale_count() → i32 | Gets the color scale count. |
set_color_scale_count(value: i32) → Result<(), CellsError> | Sets the color scale count. |
get_min_color() → &str | Gets the min color. |
set_min_color(value: impl Into<String>) | Sets the min color. |
get_mid_color() → &str | Gets the mid color. |
set_mid_color(value: impl Into<String>) | Sets the mid color. |
get_max_color() → &str | Gets the max color. |
set_max_color(value: impl Into<String>) | Sets the max color. |
get_bar_color() → &str | Gets the bar color. |
set_bar_color(value: impl Into<String>) | Sets the bar color. |
get_negative_bar_color() → &str | Gets the negative bar color. |
set_negative_bar_color(value: impl Into<String>) | Sets the negative bar color. |
get_show_border() → bool | Gets a value indicating whether show border. |
set_show_border(value: bool) | Sets a value indicating whether show border. |
get_direction() → &str | Gets the direction. |
set_direction(value: impl Into<String>) | Sets the direction. |
get_bar_length() → &str | Gets the bar length. |
set_bar_length(value: impl Into<String>) | Sets the bar length. |
get_icon_set_type() → &str | Gets the icon set type. |
set_icon_set_type(value: impl Into<String>) | Sets the icon set type. |
get_reverse_icons() → bool | Gets a value indicating whether reverse icons. |
set_reverse_icons(value: bool) | Sets a value indicating whether reverse icons. |
get_show_icon_only() → bool | Gets a value indicating whether show icon only. |
set_show_icon_only(value: bool) | Sets a value indicating whether show icon only. |
get_priority() → i32 | Gets the priority. |
set_priority(value: i32) → Result<(), CellsError> | Sets the priority. |
get_stop_if_true() → bool | Gets a value indicating whether stop if true. |
set_stop_if_true(value: bool) | Sets a value indicating whether stop if true. |
style() → Style | Gets the style. |
get_style() → Style | Gets the style. |
set_style(value: Style) | Sets the style. |
remove() | Removes the specified item. |