pub struct PivotTableDefinition { /* private fields */ }Implementations§
Source§impl PivotTableDefinition
impl PivotTableDefinition
pub fn get_apply_number_formats(&self) -> &bool
pub fn set_apply_number_formats(&mut self, value: bool) -> &mut Self
pub fn get_apply_border_formats(&self) -> &bool
pub fn set_apply_border_formats(&mut self, value: bool) -> &mut Self
pub fn get_apply_font_formats(&self) -> &bool
pub fn set_apply_font_formats(&mut self, value: bool) -> &mut Self
pub fn get_apply_pattern_formats(&self) -> &bool
pub fn set_apply_pattern_formats(&mut self, value: bool) -> &mut Self
pub fn get_apply_alignment_formats(&self) -> &bool
pub fn set_apply_alignment_formats(&mut self, value: bool) -> &mut Self
pub fn get_apply_width_height_formats(&self) -> &bool
pub fn set_apply_width_height_formats(&mut self, value: bool) -> &mut Self
pub fn get_use_auto_formatting(&self) -> &bool
pub fn set_use_auto_formatting(&mut self, value: bool) -> &mut Self
pub fn get_item_print_titles(&self) -> &bool
pub fn set_item_print_titles(&mut self, value: bool) -> &mut Self
pub fn get_outline(&self) -> &bool
pub fn set_outline(&mut self, value: bool) -> &mut Self
pub fn get_outline_data(&self) -> &bool
pub fn set_outline_data(&mut self, value: bool) -> &mut Self
pub fn get_multiple_field_filters(&self) -> &bool
pub fn set_multiple_field_filters(&mut self, value: bool) -> &mut Self
pub fn get_name(&self) -> &str
pub fn set_name<S: Into<String>>(&mut self, value: S) -> &mut Self
pub fn get_cache_id(&self) -> &u32
pub fn set_cache_id(&mut self, value: u32) -> &mut Self
pub fn get_indent(&self) -> &u32
pub fn set_indent(&mut self, value: u32) -> &mut Self
pub fn get_local_name(&self) -> &str
pub fn set_local_name<S: Into<String>>(&mut self, value: S) -> &mut Self
pub fn get_data_caption(&self) -> &str
pub fn set_data_caption<S: Into<String>>(&mut self, value: S) -> &mut Self
pub fn get_updated_version(&self) -> &u8
pub fn set_updated_version(&mut self, value: u8) -> &mut Self
pub fn get_min_refreshable_version(&self) -> &u8
pub fn set_min_refreshable_version(&mut self, value: u8) -> &mut Self
pub fn get_created_version(&self) -> &u8
pub fn set_created_version(&mut self, value: u8) -> &mut Self
pub fn get_location(&self) -> &Location
pub fn get_location_mut(&mut self) -> &mut Location
pub fn set_location(&mut self, value: Location) -> &mut Self
pub fn get_pivot_fields(&self) -> &PivotFields
pub fn get_pivot_fields_mut(&mut self) -> &mut PivotFields
pub fn set_pivot_fields(&mut self, value: PivotFields) -> &mut Self
pub fn get_row_items(&self) -> &RowItems
pub fn get_row_items_mut(&mut self) -> &mut RowItems
pub fn set_row_items(&mut self, value: RowItems) -> &mut Self
pub fn get_column_fields(&self) -> &ColumnFields
pub fn get_column_fields_mut(&mut self) -> &mut ColumnFields
pub fn set_column_fields(&mut self, value: ColumnFields) -> &mut Self
pub fn get_column_items(&self) -> &ColumnItems
pub fn get_column_items_mut(&mut self) -> &mut ColumnItems
pub fn set_column_items(&mut self, value: ColumnItems) -> &mut Self
pub fn get_data_fields(&self) -> &DataFields
pub fn get_data_fields_mut(&mut self) -> &mut DataFields
pub fn set_data_fields(&mut self, value: DataFields) -> &mut Self
pub fn get_pivot_table_style(&self) -> &PivotTableStyle
pub fn get_pivot_table_style_mut(&mut self) -> &mut PivotTableStyle
pub fn set_pivot_table_style(&mut self, value: PivotTableStyle) -> &mut Self
Trait Implementations§
Source§impl Clone for PivotTableDefinition
impl Clone for PivotTableDefinition
Source§fn clone(&self) -> PivotTableDefinition
fn clone(&self) -> PivotTableDefinition
Returns a duplicate 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 Debug for PivotTableDefinition
impl Debug for PivotTableDefinition
Source§impl Default for PivotTableDefinition
impl Default for PivotTableDefinition
Source§fn default() -> PivotTableDefinition
fn default() -> PivotTableDefinition
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PivotTableDefinition
impl RefUnwindSafe for PivotTableDefinition
impl Send for PivotTableDefinition
impl Sync for PivotTableDefinition
impl Unpin for PivotTableDefinition
impl UnwindSafe for PivotTableDefinition
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more