API Reference

Class

LegacyXlsPageBreak

Namespace OfficeIMO.Excel.LegacyXls.Model
Assembly OfficeIMO.Excel
Modifiers sealed

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.

Constructors

public LegacyXlsPageBreak(Int32 position, Int32 start, Int32 end) #

Creates a parsed manual page break.

Parameters

position System.Int32 requiredposition: 0
One-based row or column after which the page break is inserted.
start System.Int32 requiredposition: 1
One-based start row or column affected by the break.
end System.Int32 requiredposition: 2
One-based end row or column affected by the break.

Properties

public Int32 Position { get; } #

Gets the one-based row or column after which the page break is inserted.

public Int32 Start { get; } #

Gets the one-based start row or column affected by the break.

public Int32 End { get; } #

Gets the one-based end row or column affected by the break.