Link Search Menu Expand Document

ViewOptions Class

View options
Inheritance Hierarchy
SystemObject
Bytescout.Spreadsheet.BaseClassesViewOptions

Namespace:Bytescout.Spreadsheet.BaseClasses
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public class ViewOptions : IViewOptions

The ViewOptions type exposes the following members.

Properties
NameDescription
Public propertyActivePane
Gets or sets the active pane.
Public propertyFrozenNoSplit
Gets or sets a value indicating whether the panes in the window are frozen with pane splits or without
Public propertyGridLineColor
Gets or sets the color of the gridlines
Public propertyGridLinesColorEnabled
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.
Public propertyPageBreakPreview
Gets or sets a value indicating whether the sheet is in a Page Break Preview view
Public propertyPaged
Gets or sets a value indicating whether the sheet is currently being displayed in the window.
Public propertyPanesFrozen
Gets or sets a value indicating whether the panes in the window are frozen (locked) or not
Public propertyRightToLeft
Gets or sets a value indicating whether columns are displayed in right-to-left mode or not.
Public propertySelected
Gets or sets a value indicating whether the sheet tab is selected
Public propertyShowFormulas
Gets or sets a value indicating whether formulas or values only are displayed in the Worksheet
Public propertyShowGridLines
Gets or sets a value indicating whether gridlines are shown in the Worksheet
Public propertyShowGuts
Gets or sets a value indicating whether the window displays the outline symbols or not.
Public propertyShowSheetHeaders
Gets or sets a value indicating whether column headings are visible or not in the Worksheet
Public propertyShowZeroValues
Gets or sets a value indicating whether the Worksheet displays zero values or not
Public propertySplitColumn
Gets or sets the column number where the window is split into panes (the number of columns to the left of the split line).
Public propertySplitHorizontal
Gets or sets the location of the horizontal window split, in points.
Public propertySplitRow
Gets or sets the row number where the window is split into panes (the number of rows above the split).
Public propertySplitVertical
Gets or sets the location of the vertical window split, in points.
Public propertyZoom
Gets or sets the display size of the window, as a percentage.
Top
Methods
NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference