...
| Description |
|---|
| Excerpt |
|---|
Sets the columns to use for the print titles. These are the columns that will be repeated on each page of a printed worksheet. (This is not supported for charts.) |
| Signature | ||||
|---|---|---|---|---|
| ||||
public void SetPrintTitleColumns(int firstColumn, int numColumns)
{signature}{signature: |
| Signature | ||||||
|---|---|---|---|---|---|---|
| }
| |||||
Public Sub SetPrintTitleColumns(ByVal firstColumn As Integer, ByVal numColumns As Integer)
{signature}
{parameters}
{param:firstColumn}The 0\-based number of the first column to in the print title.{param}
{param:numColumns}The number of columns to include in the print title.{param}
{example}{code:csharp|title=C#} |
| Parameters |
|---|
| Param | ||||
|---|---|---|---|---|
| ||||
The 0-based number of the first column to in the print title. |
| Param | ||||
|---|---|---|---|---|
| ||||
The number of columns to include in the print title. |
| Example | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|