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.) |
Signature | C# | C# |
---|---|---|
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}{signature:vb.net | vb.net | }
Public Sub SetPrintTitleRows(ByVal firstRow As Integer, ByVal numRows As Integer)
|
Parameters |
---|
Param | firstRow | firstRow | |
---|---|---|---|
The 0-based number of the first row to in the print title. | |||
Param | numRows | numRows | |
The number of rows to include in the print title. | |||
Example | |||
Code Block | | csharp | csharp |
title | C# | ||
Code Block | vb.net | title |