API Reference

Class

ExcelSheetPrintOptions

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Worksheet print options that are stored in the Open XML printOptions element.

Inheritance

  • Object
  • ExcelSheetPrintOptions

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

public ExcelSheetPrintOptions() #

Properties

public Nullable<Boolean> PrintGridLines { get; set; } #

Gets whether worksheet gridlines are printed, when configured.

public Nullable<Boolean> PrintHeadings { get; set; } #

Gets whether row and column headings are printed, when configured.

public Nullable<Boolean> HorizontalCentered { get; set; } #

Gets whether the sheet is centered horizontally when printed, when configured.

public Nullable<Boolean> VerticalCentered { get; set; } #

Gets whether the sheet is centered vertically when printed, when configured.