API Reference

Enum

ExcelPrintLayoutPreset

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Common print layout workflows for worksheets.

Inheritance

  • Enum
  • ExcelPrintLayoutPreset

Usage

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

Accepted by parameters

Values

public const ExcelPrintLayoutPreset Worksheet #

Portrait worksheet defaults with normal margins.

Value: 0
public const ExcelPrintLayoutPreset Report #

Landscape report layout, one page wide, repeated first header row, narrow margins.

Value: 1
public const ExcelPrintLayoutPreset Dashboard #

Landscape dashboard layout, fit to one page, narrow margins.

Value: 2
public const ExcelPrintLayoutPreset DataTable #

Landscape data-table layout, one page wide, repeated first header row.

Value: 3