Share via


Charts.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 Charts
Dim value As VPageBreaks

value = instance.VPageBreaks
VPageBreaks VPageBreaks { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.VPageBreaks

See Also

Reference

Charts Interface

Charts Members

Microsoft.Office.Interop.Excel Namespace