Table of Contents

Class XlsHPageBreak

Namespace
Spire.Xls.Core.Spreadsheet
Assembly
Spire.XLS.dll
public class XlsHPageBreak : XlsObject, IExcelApplication, IDisposable, IHPageBreak
Inheritance
XlsHPageBreak
Implements
Derived
Inherited Members

Properties

EndColumn

Gets the end column index of this horizontal page break.

public int EndColumn { get; set; }

Property Value

int

Extent

Returns page break extent.

public PageBreakExtentType Extent { get; }

Property Value

PageBreakExtentType

Row

Gets the row index.

public int Row { get; }

Property Value

int

StartColumn

Gets the start column index of this horizontal page break

public int StartColumn { get; set; }

Property Value

int

Type

Type of the page break.

public PageBreakType Type { get; set; }

Property Value

PageBreakType

Methods

Clone(object)

public XlsHPageBreak Clone(object parent)

Parameters

parent object

Returns

XlsHPageBreak