Aspose::Cells::VerticalPageBreakCollection::Add method
VerticalPageBreakCollection::Add(int32_t, int32_t, int32_t) method
Adds a vertical page break to the collection.
int32_t Aspose::Cells::VerticalPageBreakCollection::Add(int32_t startRow, int32_t endRow, int32_t column)
Parameter | Type | Description |
---|---|---|
startRow | int32_t | Start row index, zero based. |
endRow | int32_t | End row index, zero based. |
column | int32_t | Column index, zero based. |
ReturnValue
VerticalPageBreak object index.
Remarks
This method is used to add a vertical pagebreak within a print area.
See Also
- Class Vector
- Class VerticalPageBreakCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
VerticalPageBreakCollection::Add(int32_t) method
Adds a vertical page break to the collection.
int32_t Aspose::Cells::VerticalPageBreakCollection::Add(int32_t column)
Parameter | Type | Description |
---|---|---|
column | int32_t | Cell column index, zero based. |
ReturnValue
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 Vector
- Class VerticalPageBreakCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
VerticalPageBreakCollection::Add(int32_t, int32_t) method
Adds a vertical page break to the collection.
int32_t Aspose::Cells::VerticalPageBreakCollection::Add(int32_t row, int32_t column)
Parameter | Type | Description |
---|---|---|
row | int32_t | Cell row index, zero based. |
column | int32_t | Cell column index, zero based. |
ReturnValue
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 Vector
- Class VerticalPageBreakCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
VerticalPageBreakCollection::Add(const U16String&) method
Adds a vertical page break to the collection.
int32_t Aspose::Cells::VerticalPageBreakCollection::Add(const U16String &cellName)
Parameter | Type | Description |
---|---|---|
cellName | const U16String& | Cell name. |
ReturnValue
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 Vector
- Class U16String
- Class VerticalPageBreakCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
VerticalPageBreakCollection::Add(const char16_t*) method
Adds a vertical page break to the collection.
int32_t Aspose::Cells::VerticalPageBreakCollection::Add(const char16_t *cellName)
Parameter | Type | Description |
---|---|---|
cellName | const char16_t* | Cell name. |
ReturnValue
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 Vector
- Class VerticalPageBreakCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++