Class VPageBreakImpl
This class contains information about Vertical Page Break.
Inherited Members
Namespace: Syncfusion.XlsIO.Implementation
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public class VPageBreakImpl : CommonObject, IParentApplication, IDisposable, IVPageBreak
Constructors
VPageBreakImpl(IApplication, Object)
Creates page break by application and parent objects.
Declaration
public VPageBreakImpl(IApplication application, object parent)
Parameters
Type | Name | Description |
---|---|---|
IApplication | application | Application object for the page break. |
System.Object | parent | Parent object for the page break. |
VPageBreakImpl(IApplication, Object, IRange)
Initializes new instance of the vertical page break.
Declaration
public VPageBreakImpl(IApplication application, object parent, IRange location)
Parameters
Type | Name | Description |
---|---|---|
IApplication | application | Application object. |
System.Object | parent | Parent object. |
IRange | location | Page break location. |
VPageBreakImpl(IApplication, Object, VerticalPageBreaksRecord.TVPageBreak)
Constructs page break by application, parent object, and TVPageBreak object. Always creates manual page break.
Declaration
public VPageBreakImpl(IApplication application, object parent, VerticalPageBreaksRecord.TVPageBreak pagebreak)
Parameters
Type | Name | Description |
---|---|---|
IApplication | application | Application object for the page break. |
System.Object | parent | Parent object for the page break. |
VerticalPageBreaksRecord.TVPageBreak | pagebreak | Vertical page break. |
Properties
Column
Returns zero-based column index of the page break. Read-only.
Declaration
public int Column { get; }
Property Value
Type |
---|
System.Int32 |
Location
Location of the page break.
Declaration
public IRange Location { get; set; }
Property Value
Type |
---|
IRange |
Type
Type of the page break.
Declaration
public ExcelPageBreak Type { get; set; }
Property Value
Type |
---|
ExcelPageBreak |
VPageBreak
Gets / Sets vertical page break record.
Declaration
public VerticalPageBreaksRecord.TVPageBreak VPageBreak { get; set; }
Property Value
Type |
---|
VerticalPageBreaksRecord.TVPageBreak |
Methods
Clone(Object)
Clones current instance.
Declaration
public VPageBreakImpl Clone(object parent)
Parameters
Type | Name | Description |
---|---|---|
System.Object | parent | Parent for new instance. |
Returns
Type | Description |
---|---|
VPageBreakImpl | A clone of the current instance. |
Implements
System.IDisposable