ExcelViewOptions Properties |
The ExcelViewOptions type exposes the following members.
Properties| | Name | Description |
|---|
 | FirstVisibleColumn |
Index of the first visible column in the worksheet.
|
 | FirstVisibleRow |
Index of the first visible row in the worksheet.
|
 | OutlineColumnButtonsRight |
Gets or sets whether outline column buttons are displayed on the right side of groups.
|
 | OutlineRowButtonsBelow |
Gets or sets whether outline row buttons are displayed below groups.
|
 | PageBreakViewZoom |
Magnification factor in page break view.
|
 | ShowColumnsFromRightToLeft |
If true, Excel shows columns from right to left.
|
 | ShowFormulas |
If true, Excel shows formulas. Otherwise, formula results are shown.
|
 | ShowGridLines |
If true, Excel shows grid lines.
|
 | ShowInPageBreakPreview |
If true, Excel shows worksheet in page break preview. Otherwise, normal view is used.
|
 | ShowOutlineSymbols |
If true, Excel shows outline symbols.
|
 | ShowSheetHeaders |
If true, Excel shows row and column headers.
|
 | ShowZeroValues |
If true, Excel shows zero values. Otherwise, zero values are shown as empty cells.
|
 | Zoom |
Magnification factor in normal view.
|
Top
See Also