PageBreakCollectionT Class |
Namespace: GemBox.Spreadsheet
public abstract class PageBreakCollection<T> : PageBreakCollection, IEnumerable<T>, IEnumerable where T : PageBreak
The PageBreakCollectionT type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of page breaks contained in the collection.
(Inherited from PageBreakCollection.) |
Name | Description | |
---|---|---|
![]() | Clear |
Removes all page breaks.
(Inherited from PageBreakCollection.) |
![]() | GetEnumerator |
Returns an enumerator for the collection.
|
![]() | RemoveAt |
Removes the page break at the specified index.
(Inherited from PageBreakCollection.) |
Following code demonstrates how to add PageBreaks to ExcelWorksheet.