Message-ID: <268808238.8629.1711652593991.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_8628_2014359999.1711652593991" ------=_Part_8628_2014359999.1711652593991 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html PageSetup.SetPrintTitleRows(Int32, Int32)

PageSetup.SetPrintTitleRows(Int32, Int32)

Des= cription

=20

Sets the rows to use for the print titles. These are the rows that will = be repeated on each page of a printed worksheet.

=20

(This is not supported for charts.)

=20
C#
=20
 public void SetPrintTitleRows(int firstRow, int numRows)
=20
=20
vb.net
=20
Public Sub SetPrintTitleRows(ByVal firstRow As Integer, ByVal numRows As In=
teger)
=20
=20

Parameters=20

firstRow
= The 0-based number of the first row to in the print title.=20
numRows
Th= e number of rows to include in the print title.=20

Examples

= =20
C#
=20
ps.SetPrintTitleRows(0, 2);
=20
=20
vb.net
=20
ps.SetPrintTitleRows(0, 2)
=20
------=_Part_8628_2014359999.1711652593991--