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