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
ManualBreakCount
Gets manual breaks count. Read-only.
public int ManualBreakCount { get; }
Property Value
NeedDataArray
Indicates whether data array is required by this record.
public bool NeedDataArray { get; }
Property Value
RecordCode
Returns code of the biff storage. Read-only.
public int RecordCode { get; }
Property Value
StreamPos
[Obsolete("get and are not implemented")]
public long StreamPos { get; set; }
Property Value
Methods
Add(IXLSRange)
protected IVPageBreak Add(IXLSRange location)
Parameters
location
IXLSRange
Returns
Clone(object)
public override object Clone(object parent)
Parameters
parent
object
Returns
GetPageBreak(int)
protected IVPageBreak GetPageBreak(int iColumn)
Parameters
iColumn
int
Returns
Remove(IXLSRange)
protected IVPageBreak Remove(IXLSRange location)
Parameters
location
IXLSRange