...
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 | ||||
---|---|---|---|---|
| ||||
public void SetPrintTitleRows(int firstRow, int numRows)
{signature}{signature: |
Signature | ||||||
---|---|---|---|---|---|---|
| }
| |||||
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#} |
Parameters |
---|
Param | ||||
---|---|---|---|---|
| ||||
The 0-based number of the first row to in the print title. |
Param | ||||
---|---|---|---|---|
| ||||
The number of rows to include in the print title. |
Example | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|