Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{description}
{excerpt}Sets the rows to use for the print titles. These are the rows that will be repeated on each page of a printed worksheet.

 _(This is not supported for charts.)_{excerpt}
{signature:C#}
 public void SetPrintTitleRows(int firstRow, int numRows)
{signature}{signature:vb.net}
Public Sub SetPrintTitleRows(ByVal firstRow As Integer, ByVal numRows As Integer)
{signature}
{parameters}
{param:firstRow}The 0\-based number of the first row to in the print title.{param}
{param:numRows}The number of rows to include in the print title.{param}
{example}{code:csharp|title=C#}
ps.SetPrintTitleRows(0, 2);{code}
{code:vb.net|title=vb.net}
ps.SetPrintTitleRows(0, 2){code}

{example}