Table of Contents

Class XlsHPageBreaksCollection

Namespace
Spire.Xls.Core.Spreadsheet.Collections
Assembly
Spire.XLS.dll
public class XlsHPageBreaksCollection : CollectionExtended<IHPageBreak>, IList<IHPageBreak>, ICollection<IHPageBreak>, IEnumerable<IHPageBreak>, IExcelApplication, ICloneParent, IHPageBreaks, IEnumerable
Inheritance
XlsHPageBreaksCollection
Implements
Derived
Inherited Members

Properties

this[IXLSRange]

protected IHPageBreak this[IXLSRange location] { get; }

Parameters

location IXLSRange

Property Value

IHPageBreak

ManualBreakCount

Gets manual breaks count. Read-only.

public int ManualBreakCount { get; }

Property Value

int

NeedDataArray

public bool NeedDataArray { get; }

Property Value

bool

RecordCode

public int RecordCode { get; }

Property Value

int

StreamPos

[Obsolete("get and set are not implemented")]
public long StreamPos { get; set; }

Property Value

long

Methods

Add(IXLSRange)

protected IHPageBreak Add(IXLSRange location)

Parameters

location IXLSRange

Returns

IHPageBreak

Clone(object)

Creates copy of the collection.

public override object Clone(object parent)

Parameters

parent object

Parent for new collection.

Returns

object

A clone of the current collection.

GetPageBreak(int)

protected IHPageBreak GetPageBreak(int iRow)

Parameters

iRow int

Returns

IHPageBreak

Remove(IXLSRange)

protected IHPageBreak Remove(IXLSRange location)

Parameters

location IXLSRange

Returns

IHPageBreak