API Reference
Class
HeaderFooterSnapshot
Snapshot of header and footer text and related flags for this worksheet.
Inheritance
- Object
- HeaderFooterSnapshot
Constructors
public HeaderFooterSnapshot() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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).