Table of Contents

XlsFile.FillPageHeaderOrFooter Method

Given a Page Header or footer string including macros (like [FileName] or [PageNo]), this method will return the strings that go into the left, right and middle sections.

Syntax

Namespace: FlexCel.XlsAdapter

public override void FillPageHeaderOrFooter(String fullText, ref String leftText, ref String centerText, ref String rightText)

Parameters

<-> Parameter Type Description
fullText String Header or footer text.
ref leftText String Text that should be left justified.
ref centerText String Text that should be centered.
ref rightText String Text that should be right justified.

See also