Even, Odd and First page headers and footers of a sheet.
Inheritance
System.Object
HeaderFooters
Assembly: DRIT.Spreadsheet.dll
public class HeaderFooters : object
Constructors
Declaration
Properties
Align header footer margins with page margins. When true, as left/right margins grow and shrink, the header and footer edges stay aligned with the margins.
When false, headers and footers are aligned on the paper edges, regardless of margins.
Declaration
public bool AlignWithMargins { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Different first page header and footer. When true then firstHeader and firstFooter specify first page header and footer values.
If false and firstHeader / firstFooter are present, they are ignored.
Declaration
public bool DifferentFirst { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Different odd and even page headers and footers. When true then oddHeader / oddFooter and evenHeader / evenFooter specify page header and footer values for odd and even pages.
If false then oddHeader / oddFooter is used, even when evenHeader / evenFooter are present.
Declaration
public bool DifferentOddEven { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public HeaderFooter EvenFooter { get; }
Property Value
Declaration
public HeaderFooter EvenHeader { get; }
Property Value
Declaration
public HeaderFooter FirstFooter { get; }
Property Value
Declaration
public HeaderFooter FirstHeader { get; }
Property Value
Declaration
public HeaderFooter OddFooter { get; }
Property Value
Declaration
public HeaderFooter OddHeader { get; }
Property Value
Scale header and footer with document scaling.
Declaration
public bool ScaleWithDoc { get; set; }
Property Value
Type |
Description |
System.Boolean |
|