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

PageSetup.SetPrintTitleColumns(Int32, Int32)

= Description

=20

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

=20

(This is not supported for charts.)

=20
C#
=20
 public void SetPrintTitleColumns(int firstColumn, int numColumns)
=20
=20
vb.net
=20
Public Sub SetPrintTitleColumns(ByVal firstColumn As Integer, ByVal numColu=
mns As Integer)
=20
=20

Parameter= s

=20
firstCol= umn
The 0-based number of the first column to in the print title.=20
numColumn= s
The number of columns to include in the print title.=20

Examples=20
C#
=20
ps.SetPrintTitleColumns(0, 5);
=20
=20
vb.net
=20
ps.SetPrintTitleColumns(0, 5)
=20

------=_Part_9952_1759346259.1711707321891--