Table of Contents

Class XlsVPageBreaksCollection

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

Properties

this[IXLSRange]

protected IVPageBreak this[IXLSRange location] { get; }

Parameters

location IXLSRange

Property Value

IVPageBreak

ManualBreakCount

Gets manual breaks count. Read-only.

public int ManualBreakCount { get; }

Property Value

int

NeedDataArray

Indicates whether data array is required by this record.

public bool NeedDataArray { get; }

Property Value

bool

RecordCode

Returns code of the biff storage. Read-only.

public int RecordCode { get; }

Property Value

int

StreamPos

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

Property Value

long

Methods

Add(IXLSRange)

protected IVPageBreak Add(IXLSRange location)

Parameters

location IXLSRange

Returns

IVPageBreak

Clone(object)

public override object Clone(object parent)

Parameters

parent object

Returns

object

GetPageBreak(int)

protected IVPageBreak GetPageBreak(int iColumn)

Parameters

iColumn int

Returns

IVPageBreak

Remove(IXLSRange)

protected IVPageBreak Remove(IXLSRange location)

Parameters

location IXLSRange

Returns

IVPageBreak