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: u32Trait Implementations§
Source§impl Debug for CtSheetView
impl Debug for CtSheetView
Source§impl XmlDeserialize for CtSheetView
impl XmlDeserialize for CtSheetView
fn deserialize<B: BufRead>( tag: &[u8], reader: &mut Reader<B>, attrs: Attributes<'_>, is_empty: bool, ) -> Self
Source§impl XmlSerialize for CtSheetView
impl XmlSerialize for CtSheetView
Auto Trait Implementations§
impl Freeze for CtSheetView
impl RefUnwindSafe for CtSheetView
impl Send for CtSheetView
impl Sync for CtSheetView
impl Unpin for CtSheetView
impl UnwindSafe for CtSheetView
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