_Worksheet.VPageBreaks Property

Returns a VPageBreaks collection that represents the vertical page breaks on the sheet. Read-only.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property VPageBreaks As VPageBreaks
    Get
'Usage
Dim instance As _Worksheet
Dim value As VPageBreaks

value = instance.VPageBreaks
VPageBreaks VPageBreaks { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.VPageBreaks

See Also

Reference

_Worksheet Interface

_Worksheet Members

Microsoft.Office.Interop.Excel Namespace