CtSheetView

Struct CtSheetView 

Source
pub struct CtSheetView {
Show 22 fields pub pane: Option<CtPane>, pub selection: Vec<CtSelection>, pub pivot_selection: Vec<CtPivotSelection>, pub window_protection: bool, pub show_formulas: bool, pub show_grid_lines: bool, pub show_row_col_headers: bool, pub show_zeros: bool, pub right_to_left: bool, pub tab_selected: bool, pub show_ruler: bool, pub show_outline_symbols: bool, pub default_grid_color: bool, pub show_white_space: bool, pub view: StSheetViewType, pub top_left_cell: Option<StCellRef>, pub color_id: u32, pub zoom_scale: u32, pub zoom_scale_normal: u32, pub zoom_scale_sheet_layout_view: u32, pub zoom_scale_page_layout_view: u32, pub workbook_view_id: u32,
}

Fields§

§pane: Option<CtPane>§selection: Vec<CtSelection>§pivot_selection: Vec<CtPivotSelection>§window_protection: bool§show_formulas: bool§show_grid_lines: bool§show_row_col_headers: bool§show_zeros: bool§right_to_left: bool§tab_selected: bool§show_ruler: bool§show_outline_symbols: bool§default_grid_color: bool§show_white_space: bool§view: StSheetViewType§top_left_cell: Option<StCellRef>§color_id: u32§zoom_scale: u32§zoom_scale_normal: u32§zoom_scale_sheet_layout_view: u32§zoom_scale_page_layout_view: u32§workbook_view_id: u32

Trait Implementations§

Source§

impl Debug for CtSheetView

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl XmlDeserialize for CtSheetView

Source§

fn deserialize<B: BufRead>( tag: &[u8], reader: &mut Reader<B>, attrs: Attributes<'_>, is_empty: bool, ) -> Self

Source§

impl XmlSerialize for CtSheetView

Source§

fn serialize<W: Write>(&self, tag: &[u8], writer: &mut Writer<W>)

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.