Worksheet.VPageBreaks Property

Definition

Gets a VPageBreaks collection that represents the vertical page breaks on the sheet.

public:
 property Microsoft::Office::Interop::Excel::VPageBreaks ^ VPageBreaks { Microsoft::Office::Interop::Excel::VPageBreaks ^ get(); };
public Microsoft.Office.Interop.Excel.VPageBreaks VPageBreaks { get; }
member this.VPageBreaks : Microsoft.Office.Interop.Excel.VPageBreaks
Public ReadOnly Property VPageBreaks As VPageBreaks

Property Value

A VPageBreaks collection that represents the vertical page breaks on the sheet.

Applies to