Click or drag to resize

ExcelViewOptions Class

Stores view related options.
Inheritance Hierarchy
SystemObject
  SautinSoft.ExcelExcelViewOptions

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntax
public sealed class ExcelViewOptions

The ExcelViewOptions type exposes the following members.

Properties
 NameDescription
Public propertyFirstVisibleColumn Index of the first visible column in the worksheet.
Public propertyFirstVisibleRow Index of the first visible row in the worksheet.
Public propertyOutlineColumnButtonsRight Gets or sets whether outline column buttons are displayed on the right side of groups.
Public propertyOutlineRowButtonsBelow Gets or sets whether outline row buttons are displayed below groups.
Public propertyPageBreakViewZoom Magnification factor in page break view.
Public propertyShowColumnsFromRightToLeft If true, Excel shows columns from right to left.
Public propertyShowFormulas If true, Excel shows formulas. Otherwise, formula results are shown.
Public propertyShowGridLines If true, Excel shows grid lines.
Public propertyShowInPageBreakPreview If true, Excel shows worksheet in page break preview. Otherwise, normal view is used.
Public propertyShowOutlineSymbols If true, Excel shows outline symbols.
Public propertyShowSheetHeaders If true, Excel shows row and column headers.
Public propertyShowZeroValues If true, Excel shows zero values. Otherwise, zero values are shown as empty cells.
Public propertyZoom Magnification factor in normal view.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also