Message-ID: <214466299.7837.1711623449246.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_7836_1590533165.1711623449246" ------=_Part_7836_1590533165.1711623449246 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html PageSetup.GetFooter(HeaderFooterSection.Section)

PageSetup.GetFooter(HeaderFooterSection.Section)

Introduced in build 4.5.1

=20

Des= cription

Returns a section of the footer.=20
C#
=20
public HeaderFooterSection GetFooter(HeaderFoot=
erSection.Section section)
=20
=20
vb.net
=20
Public Function GetFooter(ByVal section As Heade=
rFooterSection.Section) As HeaderFooterSection
=20

Para= meters

=20
section=
The section of the footer to return=20

Returns=

A=20 HeaderFooter= Section object representing the specified section of the footer=20

Exampl= es

=20
C#
=20
          //--- Get the left footer of the first worksheet
          HeaderFooterSection myLeftFooter =3D WB[0].PageSetup.GetFooter(He=
aderFooterSection.Section.Left);
=20
vb.net
=20
          '--- Get the left footer of the first worksheet
          Dim myLeftFooter As HeaderFooterSection =3D WB[0].PageSetup.GetFo=
oter(HeaderFooterSection.Section.Left)
        
=20
=20

Remarks=

You can use a=20 HeaderFooter= Section object to manipulate a given section of the header or footer, s= uch as the text or image that appears in that section. Note that the total = length of the text in all sections of the footer may not exceed 255 charact= ers.
------=_Part_7836_1590533165.1711623449246--