Table of Contents

Class XlsVPageBreak

Namespace
Spire.Xls.Core.Spreadsheet
Assembly
Spire.XLS.dll

Represents a vertical page break.

public class XlsVPageBreak : XlsObject, IExcelApplication, IDisposable, IVPageBreak
Inheritance
XlsVPageBreak
Implements
Derived
Inherited Members

Properties

Column

Gets the column index of the vertical page break.

public int Column { get; set; }

Property Value

int

EndRow

Gets the end row index of the vertical page break.

public int EndRow { get; set; }

Property Value

int

Location

protected IXLSRange Location { get; set; }

Property Value

IXLSRange

StartRow

Gets the start row index of the vertical page break.

public int StartRow { get; set; }

Property Value

int

Type

Type of the page break.

public PageBreakType Type { get; set; }

Property Value

PageBreakType

Methods

Clone(object)

public XlsVPageBreak Clone(object parent)

Parameters

parent object

Returns

XlsVPageBreak