VerticalPageBreakCollection Class
VerticalPageBreakCollection class
Encapsulates a collection of objects.
type VerticalPageBreakCollection struct {
ptr unsafe.Pointer
}
Constructors
Methods
| Method | Description |
|---|
| IsNull | Checks whether the implementation object is nullptr. |
| Get_Int | Gets the VerticalPageBreak element at the specified index. |
| Get_String | Gets the VerticalPageBreak element with the specified cell name. |
| Add_Int_Int_Int | Adds a vertical page break to the collection. |
| Add_Int | Adds a vertical page break to the collection. |
| Add_Int_Int | Adds a vertical page break to the collection. |
| Add_String | Adds a vertical page break to the collection. |
| RemoveAt | Removes the VPageBreak element at a specified name. |
| GetCount | |