Skip to main content
A newer version of this page is available. .

IXlSheetViewOptions Interface

Provides access to a set of display options for a worksheet.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

public interface IXlSheetViewOptions

The following members return IXlSheetViewOptions objects:

Remarks

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