API Reference

Enum

ExcelHeaderFooterPosition

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

Position of a header or footer section.

Inheritance

  • Enum
  • ExcelHeaderFooterPosition

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 ExcelHeaderFooterPosition Left #

Left section.

Value: 0
public const ExcelHeaderFooterPosition Center #

Center section.

Value: 1
public const ExcelHeaderFooterPosition Right #

Right section.

Value: 2