WorkbookView

Overview

WorkbookView is a class in Aspose.Cells FOSS for .NET.

Represents workbook view.

Properties: ActiveTab, AutoFilterDateGrouping, FirstSheet, Minimized, ShowHorizontalScroll, ShowSheetTabs, and 7 more.

Properties

NameTypeAccessDescription
XWindowintRead/WriteGets or sets the x window.
YWindowintRead/WriteGets or sets the y window.
WindowWidthintRead/WriteGets or sets the window width.
WindowHeightintRead/WriteGets or sets the window height.
ActiveTabintRead/WriteGets or sets the active tab.
FirstSheetintRead/WriteGets or sets the first sheet.
ShowHorizontalScrollboolRead/WriteGets or sets the show horizontal scroll.
ShowVerticalScrollboolRead/WriteGets or sets the show vertical scroll.
ShowSheetTabsboolRead/WriteGets or sets the show sheet tabs.
TabRatiointRead/WriteGets or sets the tab ratio.
VisibilitystringRead/WriteGets or sets the visibility.
MinimizedboolRead/WriteGets or sets the minimized.
AutoFilterDateGroupingboolRead/WriteGets or sets the auto filter date grouping.

See Also