WorkbookView

Overview

WorkbookView is a struct in Aspose.Cells FOSS for Rust. Inherits from: Debug, Clone, PartialEq, and 1 more.

Represents workbook view.

This struct provides 39 methods for working with WorkbookView objects in Rust programs. Available methods include: active_tab, auto_filter_date_grouping, first_sheet, get_active_tab, get_auto_filter_date_grouping, get_first_sheet, get_minimized, get_show_horizontal_scroll, get_show_sheet_tabs, get_show_vertical_scroll, get_tab_ratio, get_visibility, and 27 additional methods. All public members are accessible to any Rust application after installing the Aspose.Cells FOSS for Rust package.

Methods

SignatureDescription
x_window()i32Gets the x window.
get_x_window()i32Gets the x window.
set_x_window(value: i32)Sets the x window.
y_window()i32Gets the y window.
get_y_window()i32Gets the y window.
set_y_window(value: i32)Sets the y window.
window_width()u32Gets the window width.
get_window_width()u32Gets the window width.
set_window_width(value: u32)Sets the window width.
window_height()u32Gets the window height.
get_window_height()u32Gets the window height.
set_window_height(value: u32)Sets the window height.
active_tab()usizeGets the active tab.
get_active_tab()usizeGets the active tab.
set_active_tab(value: usize)Sets the active tab.
first_sheet()usizeGets the first sheet.
get_first_sheet()usizeGets the first sheet.
set_first_sheet(value: usize)Sets the first sheet.
show_horizontal_scroll()boolGets a value indicating whether show horizontal scroll.
get_show_horizontal_scroll()boolGets a value indicating whether show horizontal scroll.
set_show_horizontal_scroll(value: bool)Sets a value indicating whether show horizontal scroll.
show_vertical_scroll()boolGets a value indicating whether show vertical scroll.
get_show_vertical_scroll()boolGets a value indicating whether show vertical scroll.
set_show_vertical_scroll(value: bool)Sets a value indicating whether show vertical scroll.
show_sheet_tabs()boolGets a value indicating whether show sheet tabs.
get_show_sheet_tabs()boolGets a value indicating whether show sheet tabs.
set_show_sheet_tabs(value: bool)Sets a value indicating whether show sheet tabs.
tab_ratio()u16Gets the tab ratio.
get_tab_ratio()u16Gets the tab ratio.
set_tab_ratio(value: u16)Result<(), CellsError>Sets the tab ratio.
visibility()&strGets the visibility.
get_visibility()&strGets the visibility.
set_visibility(value: impl Into<String>)Result<(), CellsError>Sets the visibility.
minimized()boolGets a value indicating whether minimized.
get_minimized()boolGets a value indicating whether minimized.
set_minimized(value: bool)Sets a value indicating whether minimized.
auto_filter_date_grouping()boolGets a value indicating whether auto filter date grouping.
get_auto_filter_date_grouping()boolGets a value indicating whether auto filter date grouping.
set_auto_filter_date_grouping(value: bool)Sets a value indicating whether auto filter date grouping.

See Also