Aspose::Cells::VerticalPageBreakCollection class
Contents
[
Hide
]VerticalPageBreakCollection class
Encapsulates a collection of VerticalPageBreak objects.
class VerticalPageBreakCollection
Methods
Method | Description |
---|---|
Add(int32_t startRow, int32_t endRow, int32_t column) | Adds a vertical page break to the collection. |
Add(int32_t column) | Adds a vertical page break to the collection. |
Add(int32_t row, int32_t column) | Adds a vertical page break to the collection. |
Add(const U16String& cellName) | Adds a vertical page break to the collection. |
Add(const char16_t* cellName) | Adds a vertical page break to the collection. |
Get(int32_t index) | Gets the VerticalPageBreak element at the specified index. |
Get(const U16String& cellName) | Gets the VerticalPageBreak element with the specified cell name. |
Get(const char16_t* cellName) | Gets the VerticalPageBreak element with the specified cell name. |
GetCount() | |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const VerticalPageBreakCollection& src) | operator= |
RemoveAt(int32_t index) | Removes the VPageBreak element at a specified name. |
VerticalPageBreakCollection(VerticalPageBreakCollection_Impl* impl) | Constructs from an implementation object. |
VerticalPageBreakCollection(const VerticalPageBreakCollection& src) | Copy constructor. |
~VerticalPageBreakCollection() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++