Message-ID: <790065557.9303.1711687349723.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_9302_444442089.1711687349723" ------=_Part_9302_444442089.1711687349723 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html HeaderFooterSection

HeaderFooterSection

Introduced in build 4.5.1

=20

Description

=20

The HeaderFooterSection= class represents an area of the header or footer. It allows you to set and= retrieve the content in that area.

=20
C#
=20
public class HeaderFooterSection
=20
=20
vb.net
=20
Public Class HeaderFooterSection
=20
=20

Remarks

=20

To retrieve a HeaderFooterSection object, call one of the f= ollowing methods:

=20

Pag= eSetup.GetHeader(section)
PageSetup.GetFooter(section)

=20

Methods

=20
=20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 = =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20

Name

Description

GetPicture()

Returns the HeaderFooterPicture that has been embedded in this section= of the spreadsheet's header or footer, or null if there is no picture.

=

GetText()

Returns the text that is contained in this sect= ion of the header or footer, including formatting codes

SetContent(String)

Sets the text that will appear in this section = of the header or footer

SetContent(String, String)
<= /p>

Sets the text that will appear in this section = of the header or footer and adds a picture

SetContent(String, System.IO.Stream)

Sets the text that will appear in this section = of the header or footer and adds a picture
=20

Nested Classes

=20
=20 =20 =20 =20 =20 =20 =20 =20

Name

Description

Section

A Section value specifies a section of the header or footer. =20
------=_Part_9302_444442089.1711687349723--