corelibraries-devexpress-dot-export-dot-xl-20b50ee7.md
Provides access to a set of display options for a worksheet.
Namespace : DevExpress.Export.Xl
Assembly : DevExpress.Printing.v25.2.Core.dll
NuGet Package : DevExpress.Printing.Core
public interface IXlSheetViewOptions
Public Interface IXlSheetViewOptions
The following members return IXlSheetViewOptions objects:
To access an object exposing the IXlSheetViewOptions interface, use the IXlSheet.ViewOptions property.
Use the IXlSheetViewOptions object’s members to specify the visibility of gridlines (IXlSheetViewOptions.ShowGridLines), show or hide row and column headers (IXlSheetViewOptions.ShowRowColumnHeaders), show formulas in cells instead of their calculated results (IXlSheetViewOptions.ShowFormulas), display zero values as blank cells (IXlSheetViewOptions.ShowZeroValues), and make outline symbols in an outlined worksheet invisible (IXlSheetViewOptions.ShowOutlineSymbols).
See Also
Use the Excel Export API to Show and Hide Gridlines
Use the Excel Export API to Show and Hide Row and Column Headers