#[non_exhaustive]pub struct TableConditionalFormattingOption { /* private fields */ }
Expand description
Conditional formatting options for a PivotTableVisual
.
Implementations§
source§impl TableConditionalFormattingOption
impl TableConditionalFormattingOption
sourcepub fn cell(&self) -> Option<&TableCellConditionalFormatting>
pub fn cell(&self) -> Option<&TableCellConditionalFormatting>
The cell conditional formatting option for a table.
sourcepub fn row(&self) -> Option<&TableRowConditionalFormatting>
pub fn row(&self) -> Option<&TableRowConditionalFormatting>
The row conditional formatting option for a table.
source§impl TableConditionalFormattingOption
impl TableConditionalFormattingOption
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TableConditionalFormattingOption
.
Trait Implementations§
source§impl Clone for TableConditionalFormattingOption
impl Clone for TableConditionalFormattingOption
source§fn clone(&self) -> TableConditionalFormattingOption
fn clone(&self) -> TableConditionalFormattingOption
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<TableConditionalFormattingOption> for TableConditionalFormattingOption
impl PartialEq<TableConditionalFormattingOption> for TableConditionalFormattingOption
source§fn eq(&self, other: &TableConditionalFormattingOption) -> bool
fn eq(&self, other: &TableConditionalFormattingOption) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.