Represents a page break. The IPageBreak interface is a member of the IPageBreaks collection.
For a list of all members of this type, see IPageBreak Members.
[Visual Basic] Public Interface IPageBreak [C#] public interface IPageBreak [C++] public __gc __interface IPageBreak [JScript] public interface IPageBreak
Use HPageBreaks[index], where index is the index number of the page break, to return an IPageBreak interface which represents a horizontal page break.
Use VPageBreaks[index], where index is the index number of the page break, to return an IPageBreak interface which represents a vertical page break.
Note There is a limit of 1026 horizontal page breaks per sheet.Namespace: NativeExcel
Assembly: NativeExcel (in NativeExcel.dll)
IPageBreak Members | NativeExcel Namespace | IWorksheet.HPageBreaks | IWorksheet.VPageBreaks | IPageBreaks Interface