- Namespace
- OfficeOpenXml
- Assembly
- Magicodes.EPPlus.dll
public sealed class ExcelHeaderFooter : XmlHelper
- Inheritance
-
ExcelHeaderFooter
- Inherited Members
-
- Extension Methods
-
Fields
public const string CurrentDate = "&D"
Field Value
- string
public const string CurrentTime = "&T"
Field Value
- string
public const string FileName = "&F"
Field Value
- string
public const string FilePath = "&Z"
Field Value
- string
public const string FontColor = "&K"
Field Value
- string
public const string Image = "&G"
Field Value
- string
public const string NumberOfPages = "&N"
Field Value
- string
public const string OutlineStyle = "&O"
Field Value
- string
public const string PageNumber = "&P"
Field Value
- string
public const string ShadowStyle = "&H"
Field Value
- string
public const string SheetName = "&A"
Field Value
- string
Properties
public bool AlignWithMargins { get; set; }
Property Value
- bool
public ExcelHeaderFooterText EvenFooter { get; }
Property Value
- ExcelHeaderFooterText
public ExcelHeaderFooterText EvenHeader { get; }
Property Value
- ExcelHeaderFooterText
public ExcelHeaderFooterText FirstFooter { get; }
Property Value
- ExcelHeaderFooterText
public ExcelHeaderFooterText FirstHeader { get; }
Property Value
- ExcelHeaderFooterText
public ExcelHeaderFooterText OddFooter { get; }
Property Value
- ExcelHeaderFooterText
public ExcelHeaderFooterText OddHeader { get; }
Property Value
- ExcelHeaderFooterText
public ExcelVmlDrawingPictureCollection Pictures { get; }
Property Value
- ExcelVmlDrawingPictureCollection
public bool ScaleWithDocument { get; set; }
Property Value
- bool
public bool differentFirst { get; set; }
Property Value
- bool
public bool differentOddEven { get; set; }
Property Value
- bool