FormatCondition

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

SignatureDescription
get_type()FormatConditionTypeGets the type.
set_type(value: FormatConditionType)Sets the type.
get_operator()OperatorTypeGets the operator.
set_operator(value: OperatorType)Sets the operator.
get_formula1()&strGets the formula1.
set_formula1(value: impl Into<String>)Sets the formula1.
get_formula2()&strGets the formula2.
set_formula2(value: impl Into<String>)Sets the formula2.
get_formula()&strGets the formula.
set_formula(value: impl Into<String>)Sets the formula.
get_time_period()&strGets the time period.
set_time_period(value: impl Into<String>)Sets the time period.
get_duplicate()boolGets a value indicating whether duplicate.
set_duplicate(value: bool)Sets a value indicating whether duplicate.
get_top()boolGets a value indicating whether top.
set_top(value: bool)Sets a value indicating whether top.
get_percent()boolGets a value indicating whether percent.
set_percent(value: bool)Sets a value indicating whether percent.
get_rank()i32Gets the rank.
set_rank(value: i32)Result<(), CellsError>Sets the rank.
get_above()boolGets a value indicating whether above.
set_above(value: bool)Sets a value indicating whether above.
get_standard_deviation()i32Gets the standard deviation.
set_standard_deviation(value: i32)Result<(), CellsError>Sets the standard deviation.
get_color_scale_count()i32Gets the color scale count.
set_color_scale_count(value: i32)Result<(), CellsError>Sets the color scale count.
get_min_color()&strGets the min color.
set_min_color(value: impl Into<String>)Sets the min color.
get_mid_color()&strGets the mid color.
set_mid_color(value: impl Into<String>)Sets the mid color.
get_max_color()&strGets the max color.
set_max_color(value: impl Into<String>)Sets the max color.
get_bar_color()&strGets the bar color.
set_bar_color(value: impl Into<String>)Sets the bar color.
get_negative_bar_color()&strGets the negative bar color.
set_negative_bar_color(value: impl Into<String>)Sets the negative bar color.
get_show_border()boolGets a value indicating whether show border.
set_show_border(value: bool)Sets a value indicating whether show border.
get_direction()&strGets the direction.
set_direction(value: impl Into<String>)Sets the direction.
get_bar_length()&strGets the bar length.
set_bar_length(value: impl Into<String>)Sets the bar length.
get_icon_set_type()&strGets the icon set type.
set_icon_set_type(value: impl Into<String>)Sets the icon set type.
get_reverse_icons()boolGets a value indicating whether reverse icons.
set_reverse_icons(value: bool)Sets a value indicating whether reverse icons.
get_show_icon_only()boolGets a value indicating whether show icon only.
set_show_icon_only(value: bool)Sets a value indicating whether show icon only.
get_priority()i32Gets the priority.
set_priority(value: i32)Result<(), CellsError>Sets the priority.
get_stop_if_true()boolGets a value indicating whether stop if true.
set_stop_if_true(value: bool)Sets a value indicating whether stop if true.
style()StyleGets the style.
get_style()StyleGets the style.
set_style(value: Style)Sets the style.
remove()Removes the specified item.

See Also