[]
Represent a page content info.
public class PageContentInfo
Public Class PageContentInfo
| Name | Description |
|---|---|
| PageContentInfo() | Creates a page content info. |
| Name | Description |
|---|---|
| ColumnHeaderVisible | True if the column header is printed. |
| Range | Returns or sets the range to be printed. |
| RowHeaderVisible | True if the column header is printed. |
| TailColumnEnd | Returns or sets the end index of the columns which are printed at the right of the page. |
| TailColumnStart | Returns or sets the start index of the columns which are printed at the right of the page. |
| TailRowEnd | Returns or sets the end index of the rows which are printed at the bottom of the page. |
| TailRowStart | Returns or sets the start index of the rows which are printed at the bottom of the page. |
| TitleColumnEnd | Returns or sets the end index of the columns which are printed at the left of the page. |
| TitleColumnStart | Returns or sets the start index of the columns which are printed at the left of the page. |
| TitleRowEnd | Returns or sets the end index of the rows which are printed at the top of the page. |
| TitleRowStart | Returns or sets the start index of the rows which are printed at the top of the page. |
| ZoomFactor | Returns or sets a Variant value that represents a percentage by which Document Solutions for Excel will scale the worksheet for printing. |