Table of Contents

Interface IXLHeaderFooter

Namespace
SlapKit.Excel.Excel
Assembly
SlapKit.Excel.dll
public interface IXLHeaderFooter
Extension Methods

Properties

Center

Gets the middle header/footer item.

IXLHFItem Center { get; }

Property Value

IXLHFItem

Left

Gets the left header/footer item.

IXLHFItem Left { get; }

Property Value

IXLHFItem

Right

Gets the right header/footer item.

IXLHFItem Right { get; }

Property Value

IXLHFItem

Methods

Clear(XLHFOccurrence)

IXLHeaderFooter Clear(XLHFOccurrence occurrence = XLHFOccurrence.AllPages)

Parameters

occurrence XLHFOccurrence

Returns

IXLHeaderFooter

GetText(XLHFOccurrence)

Gets the text of the specified header/footer occurrence.

string GetText(XLHFOccurrence occurrence)

Parameters

occurrence XLHFOccurrence

The occurrence.

Returns

string