menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class VPageBreakImpl - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class VPageBreakImpl

    This class contains information about Vertical Page Break.

    Inheritance
    System.Object
    CommonObject
    VPageBreakImpl
    Implements
    IParentApplication
    System.IDisposable
    IVPageBreak
    Inherited Members
    CommonObject.AddReference()
    CommonObject.AppImplementation
    CommonObject.Application
    CommonObject.CheckDisposed()
    CommonObject.Dispose()
    CommonObject.Finalize()
    CommonObject.FindParent(Object, Type)
    CommonObject.FindParent(Object, Type, Boolean)
    CommonObject.FindParent(Type)
    CommonObject.FindParent(Type, Boolean)
    CommonObject.FindParent(Type[])
    CommonObject.FindParents(Type[])
    CommonObject.m_bIsDisposed
    CommonObject.OnDispose()
    CommonObject.Parent
    CommonObject.ReferenceCount
    CommonObject.ReleaseReference()
    CommonObject.SetParent(Object)
    Namespace: Syncfusion.XlsIO.Implementation
    Assembly: Syncfusion.XlsIO.Portable.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

    IParentApplication
    System.IDisposable
    IVPageBreak
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved