pub struct SheetView { /* private fields */ }Implementations§
Source§impl SheetView
impl SheetView
pub fn get_show_grid_lines(&self) -> &bool
pub fn set_show_grid_lines(&mut self, value: bool) -> &mut Self
pub fn get_tab_selected(&self) -> &bool
pub fn set_tab_selected(&mut self, value: bool) -> &mut Self
pub fn get_workbook_view_id(&self) -> &u32
pub fn set_workbook_view_id(&mut self, value: u32) -> &mut Self
pub fn get_pane(&self) -> Option<&Pane>
pub fn get_pane_mut(&mut self) -> Option<&mut Pane>
pub fn set_pane(&mut self, value: Pane) -> &mut Self
pub fn get_view(&self) -> &SheetViewValues
pub fn set_view(&mut self, value: SheetViewValues) -> &mut Self
pub fn get_zoom_scale(&self) -> &u32
pub fn set_zoom_scale(&mut self, value: u32) -> &mut Self
pub fn get_zoom_scale_normal(&self) -> &u32
pub fn set_zoom_scale_normal(&mut self, value: u32) -> &mut Self
pub fn get_zoom_scale_page_layout_view(&self) -> &u32
pub fn set_zoom_scale_page_layout_view(&mut self, value: u32) -> &mut Self
pub fn get_zoom_scale_sheet_layout_view(&self) -> &u32
pub fn set_zoom_scale_sheet_layout_view(&mut self, value: u32) -> &mut Self
pub fn get_top_left_cell(&self) -> &str
pub fn set_top_left_cell<S: Into<String>>(&mut self, value: S) -> &mut Self
pub fn get_selection(&self) -> &[Selection]
pub fn get_selection_mut(&mut self) -> &mut ThinVec<Selection>
pub fn set_selection(&mut self, value: Selection) -> &mut Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SheetView
impl RefUnwindSafe for SheetView
impl Send for SheetView
impl Sync for SheetView
impl Unpin for SheetView
impl UnwindSafe for SheetView
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