VerticalPageBreak Class |
Namespace: Aspose.Cells
The VerticalPageBreak type exposes the following members.
Name | Description | |
---|---|---|
![]() | Column |
Gets the column index of the vertical page break.
|
![]() | EndRow |
Gets the end row index of the vertical page break.
|
![]() | StartRow |
Gets the start row index of the vertical page break.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
[C#] Workbook excel = new Workbook(); //Add a pagebreak at G5 excel.Worksheets[0].HorizontalPageBreaks.Add("G5"); excel.Worksheets[0].VerticalPageBreaks.Add("G5"); [VB] Dim excel as Workbook = new Workbook() 'Add a pagebreak at G5 excel.Worksheets(0).HorizontalPageBreaks.Add("G5") excel.Worksheets(0).VerticalPageBreaks.Add("G5")