Table of Contents

Class ExcelHeaderFooter

Namespace
OfficeOpenXml
Assembly
Magicodes.EPPlus.dll
public sealed class ExcelHeaderFooter : XmlHelper
Inheritance
ExcelHeaderFooter
Inherited Members
Extension Methods

Fields

CurrentDate

public const string CurrentDate = "&D"

Field Value

string

CurrentTime

public const string CurrentTime = "&T"

Field Value

string

FileName

public const string FileName = "&F"

Field Value

string

FilePath

public const string FilePath = "&Z"

Field Value

string

FontColor

public const string FontColor = "&K"

Field Value

string

Image

public const string Image = "&G"

Field Value

string

NumberOfPages

public const string NumberOfPages = "&N"

Field Value

string

OutlineStyle

public const string OutlineStyle = "&O"

Field Value

string

PageNumber

public const string PageNumber = "&P"

Field Value

string

ShadowStyle

public const string ShadowStyle = "&H"

Field Value

string

SheetName

public const string SheetName = "&A"

Field Value

string

Properties

AlignWithMargins

public bool AlignWithMargins { get; set; }

Property Value

bool

EvenFooter

public ExcelHeaderFooterText EvenFooter { get; }

Property Value

ExcelHeaderFooterText

EvenHeader

public ExcelHeaderFooterText EvenHeader { get; }

Property Value

ExcelHeaderFooterText

FirstFooter

public ExcelHeaderFooterText FirstFooter { get; }

Property Value

ExcelHeaderFooterText

FirstHeader

public ExcelHeaderFooterText FirstHeader { get; }

Property Value

ExcelHeaderFooterText

OddFooter

public ExcelHeaderFooterText OddFooter { get; }

Property Value

ExcelHeaderFooterText

OddHeader

public ExcelHeaderFooterText OddHeader { get; }

Property Value

ExcelHeaderFooterText

Pictures

public ExcelVmlDrawingPictureCollection Pictures { get; }

Property Value

ExcelVmlDrawingPictureCollection

ScaleWithDocument

public bool ScaleWithDocument { get; set; }

Property Value

bool

differentFirst

public bool differentFirst { get; set; }

Property Value

bool

differentOddEven

public bool differentOddEven { get; set; }

Property Value

bool