Aspose::Cells::VerticalPageBreakCollection class

VerticalPageBreakCollection class

Encapsulates a collection of VerticalPageBreak objects.

class VerticalPageBreakCollection

Methods

MethodDescription
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() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator 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

FieldDescription
_implThe implementation object.

See Also