API Reference

Enum

ExcelPageOrder

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

Worksheet print page order.

Inheritance

  • Enum
  • ExcelPageOrder

Usage

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

Values

public const ExcelPageOrder DownThenOver #

Print pages down first, then over to the next column group.

Value: 0
public const ExcelPageOrder OverThenDown #

Print pages over first, then down to the next row group.

Value: 1