API Reference
Class
LegacyXlsPageBreak
Represents an explicit legacy XLS manual page break and its affected row or column span.
Inheritance
- Object
- LegacyXlsPageBreak
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property LegacyXlsWorksheet.ColumnPageBreaks
- Property LegacyXlsWorksheet.RowPageBreaks
Constructors
public LegacyXlsPageBreak(Int32 position, Int32 start, Int32 end) #Creates a parsed manual page break.
Parameters
- position System.Int32
- One-based row or column after which the page break is inserted.
- start System.Int32
- One-based start row or column affected by the break.
- end System.Int32
- One-based end row or column affected by the break.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object