API Reference
Class
HeaderFooterSnapshot
Snapshot of header and footer text and related flags for this worksheet.
Inheritance
- Object
- HeaderFooterSnapshot
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
- Method ExcelSheet.GetHeaderFooter
Constructors
public HeaderFooterSnapshot() #Inherited Methods
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 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).