Name | Description | |
---|---|---|
![]() | PageLayout Constructor |
The following tables list the members exposed by PageLayout.
Name | Description | |
---|---|---|
![]() | PageLayout Constructor |
Name | Description | |
---|---|---|
![]() | BlackAndWhite | Gets or sets if the Worksheet(s) will be printed in black & white or not. |
![]() | ColumnBreaks | Gets a list of indexes that correspond to all of the column breaks in the Worksheet. |
![]() | DraftQuality | Gets or sets whether the Worksheet(s) will be printed in draft quality or not. |
![]() | FitToPageHeight | Gets or sets how the content's height will be scaled when the Worksheet is printed. |
![]() | FitToPageWidth | Gets or sets how the content's width will be scaled when the Worksheet is printed. |
![]() | GridLines | Gets or sets if gridlines should be printed or not. |
![]() | Headings | Gets or sets whether headings will be printed or not. |
![]() | HorizontalCentered | Gets or sets if the content will be centered horizontally when the Worksheet(s) is printed. |
![]() | Margins | Gets the Worksheet's Margins. |
![]() | Orientation | Gets or sets the page's orientation. |
![]() | PaperSize | Gets or sets the page's size. |
![]() | RowBreaks | Gets a list of indexes that correspond to all of the row breaks in the Worksheet. |
![]() | Scale | Gets or sets the percentage by which the Worksheet's content will be scaled before it is printed. |
![]() | VerticalCentered | Gets or sets if the content will be centered vertically when the Worksheet(s) is printed. |
Name | Description | |
---|---|---|
![]() | Equals | Overloaded. |
![]() | GetHashCode | |
![]() | InsertPageBreakColumn | Inserts a page break at the left of a specific Column. |
![]() | InsertPageBreakRow | Inserts a page break on top of a specific Row. |
![]() | InsertPageBreaks | Inserts page breaks at a specific location in the Worksheet. |
![]() | InsertPageBreaksAtCell | Inserts page breaks using a specific Cell as the target location for the insertion. |
![]() | RemovePageBreakColumn | Removes the page break at the left of a specific Column. |
![]() | RemovePageBreakRow | Removes the page break that is located on top of a specific Row. |
![]() | RemovePageBreaks | Removes the page breaks at a specific location in the Worksheet. |
![]() | RemovePageBreaksAtCell | Removes page breaks using a specific Cell as the target location for the removal. |
![]() | ResetAllPageBreaks | Resets all page breaks to their default state. |