ViewOptions 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
View options
Inheritance Hierarchy
Bytescout.Spreadsheet.BaseClassesViewOptions
Namespace:Bytescout.Spreadsheet.BaseClasses
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
The ViewOptions type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | ActivePane | Gets or sets the active pane. |
![]() | FrozenNoSplit | Gets or sets a value indicating whether the panes in the window are frozen with pane splits or without |
![]() | GridLineColor | Gets or sets the color of the gridlines |
![]() | GridLinesColorEnabled | Gets or sets a value indicating whether the gridlines of the window are drawn with the window default foreground color or with the color specified by the value of GridLineColor option. |
![]() | PageBreakPreview | Gets or sets a value indicating whether the sheet is in a Page Break Preview view |
![]() | Paged | Gets or sets a value indicating whether the sheet is currently being displayed in the window. |
![]() | PanesFrozen | Gets or sets a value indicating whether the panes in the window are frozen (locked) or not |
![]() | RightToLeft | Gets or sets a value indicating whether columns are displayed in right-to-left mode or not. |
![]() | Selected | Gets or sets a value indicating whether the sheet tab is selected |
![]() | ShowFormulas | Gets or sets a value indicating whether formulas or values only are displayed in the Worksheet |
![]() | ShowGridLines | Gets or sets a value indicating whether gridlines are shown in the Worksheet |
![]() | ShowGuts | Gets or sets a value indicating whether the window displays the outline symbols or not. |
![]() | ShowSheetHeaders | Gets or sets a value indicating whether column headings are visible or not in the Worksheet |
![]() | ShowZeroValues | Gets or sets a value indicating whether the Worksheet displays zero values or not |
![]() | SplitColumn | Gets or sets the column number where the window is split into panes (the number of columns to the left of the split line). |
![]() | SplitHorizontal | Gets or sets the location of the horizontal window split, in points. |
![]() | SplitRow | Gets or sets the row number where the window is split into panes (the number of rows above the split). |
![]() | SplitVertical | Gets or sets the location of the vertical window split, in points. |
![]() | Zoom | Gets or sets the display size of the window, as a percentage. |
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