VerticalPageBreakCollection.Add
Contents
[
Hide
]Add(int, int, int)
Adds a vertical page break to the collection.
public int Add(int startRow, int endRow, int column)
Parameter | Type | Description |
---|---|---|
startRow | Int32 | Start row index, zero based. |
endRow | Int32 | End row index, zero based. |
column | Int32 | Column index, zero based. |
Return Value
VerticalPageBreak
object index.
Remarks
This method is used to add a vertical pagebreak within a print area.
See Also
- class VerticalPageBreakCollection
- namespace Aspose.Cells
- assembly Aspose.Cells
Add(int)
Adds a vertical page break to the collection.
public int Add(int column)
Parameter | Type | Description |
---|---|---|
column | Int32 | Cell column index, zero based. |
Return Value
VerticalPageBreak
object index.
Remarks
Page break is added in the top left of the cell. Please set a horizontal page break and a vertical page break concurrently.
See Also
- class VerticalPageBreakCollection
- namespace Aspose.Cells
- assembly Aspose.Cells
Add(int, int)
Adds a vertical page break to the collection.
public int Add(int row, int column)
Parameter | Type | Description |
---|---|---|
row | Int32 | Cell row index, zero based. |
column | Int32 | Cell column index, zero based. |
Return Value
VerticalPageBreak
object index.
Remarks
Page break is added in the top left of the cell. Please set a horizontal page break and a vertical page break concurrently.
See Also
- class VerticalPageBreakCollection
- namespace Aspose.Cells
- assembly Aspose.Cells
Add(string)
Adds a vertical page break to the collection.
public int Add(string cellName)
Parameter | Type | Description |
---|---|---|
cellName | String | Cell name. |
Return Value
VerticalPageBreak
object index.
Remarks
Page break is added in the top left of the cell. Please set a horizontal page break and a vertical page break concurrently.
See Also
- class VerticalPageBreakCollection
- namespace Aspose.Cells
- assembly Aspose.Cells