WorkbookView Class
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Specifies attributes of a window used to display a sheets. Please take a look at: Open XML spec(ECMA-376), 18.2.30 workbookView (Workbook View) [MS-XLS] 2.4.345 Window1
Inheritance Hierarchy
Bytescout.SpreadsheetWorkbookView
Namespace:Bytescout.Spreadsheet
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
The WorkbookView type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ActiveTab | Gets or sets the active tab. | |
| AutoFilterDateGrouping | Gets or sets a value indicating whether [automatic filter date grouping]. | |
| FirstVisibleTab | Gets or sets the first visible tab. | |
| Height | Gets or sets the height. | |
| Left | Gets or sets the left. | |
| SelectedTabCount | Gets or sets the selected tab count. | |
| ShowHorizontalScroll | Gets or sets a value indicating whether [show horizontal scroll]. | |
| ShowSheetTabs | Gets or sets a value indicating whether [show sheet tabs]. | |
| ShowVerticalScroll | Gets or sets a value indicating whether [show vertical scroll]. | |
| TabRatio | Gets or sets the tab ratio. | |
| Top | Gets or sets the top. | |
| Width | Gets or sets the width. |
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also