HorizontalPageBreakCollection Class

HorizontalPageBreakCollection class

Encapsulates a collection of objects.


type HorizontalPageBreakCollection struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
Get_IntGets the element at the specified index.
Get_StringGets the element with the specified cell name.
Add_Int_Int_IntAdds a horizontal page break to the collection.
Add_IntAdds a horizontal page break to the collection.
Add_Int_IntAdds a horizontal page break to the collection.
Add_StringAdds a horizontal page break to the collection.
RemoveAtRemoves the HPageBreak element at a specified name.
GetCount