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 in the Worksheet, using a Row & a Column to determine where those page breaks will be inserted. |
![]() | InsertPageBreaksAtCell | Inserts page breaks in the Worksheet, using the location of a specific Cell to determine where those page breaks will be inserted. |
![]() | 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 page breaks from the Worksheet, using a Row & a Column to determine which page breaks will be removed. |
![]() | RemovePageBreaksAtCell | Removes page breaks from the Worksheet, using the location of a specific Cell to determine which page breaks will be removed. |
![]() | ResetAllPageBreaks | Resets all page breaks to their default state. |