Generic base class for page break collections.
Namespace: GemBox.SpreadsheetAssembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 35.0.30.1025
Syntax
| C# |
|---|
public abstract class PageBreakCollection<T> : PageBreakCollection, IEnumerable<T>, IEnumerable where T : PageBreak |
| Visual Basic |
|---|
Public MustInherit Class PageBreakCollection(Of T As PageBreak) _ Inherits PageBreakCollection _ Implements IEnumerable(Of T), IEnumerable |
Type Parameters
- T
- Type of the items in the collection, either HorizontalPageBreak or VerticalPageBreak.
Inheritance Hierarchy
System..::..Object
GemBox.Spreadsheet..::..PageBreakCollection
GemBox.Spreadsheet..::..PageBreakCollection<(Of <(<'T>)>)>
GemBox.Spreadsheet..::..HorizontalPageBreakCollection
GemBox.Spreadsheet..::..VerticalPageBreakCollection
GemBox.Spreadsheet..::..PageBreakCollection
GemBox.Spreadsheet..::..PageBreakCollection<(Of <(<'T>)>)>
GemBox.Spreadsheet..::..HorizontalPageBreakCollection
GemBox.Spreadsheet..::..VerticalPageBreakCollection