OfficeIMO

API Reference

Class

HeaderFooterSnapshot

Namespace OfficeIMO.Excel.ExcelSheet
Assembly OfficeIMO.Excel
Modifiers sealed

Snapshot of header and footer text and related flags for this worksheet.

Inheritance

  • Object
  • HeaderFooterSnapshot

Constructors

Properties

public String HeaderLeft { get; set; } #

Left section text of the header (odd pages).

public String HeaderCenter { get; set; } #

Center section text of the header (odd pages).

public String HeaderRight { get; set; } #

Right section text of the header (odd pages).

public String FooterLeft { get; set; } #

Left section text of the footer (odd pages).

public String FooterCenter { get; set; } #

Center section text of the footer (odd pages).

public String FooterRight { get; set; } #

Right section text of the footer (odd pages).

public Boolean DifferentFirstPage { get; set; } #

First page has different header/footer.

public Boolean DifferentOddEven { get; set; } #

Odd and even pages have different headers/footers.

public Boolean HeaderHasPicturePlaceholder { get; set; } #

True if any header section contains the picture placeholder (&G).

public Boolean FooterHasPicturePlaceholder { get; set; } #

True if any footer section contains the picture placeholder (&G).