Break.PageIndex Property

Returns a value that represents the page number on which the specified break occurs.

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

Syntax

'Declaration
ReadOnly Property PageIndex As Integer
    Get
'Usage
Dim instance As Break
Dim value As Integer

value = instance.PageIndex
int PageIndex { get; }

Property Value

Type: System.Int32

See Also

Reference

Break Interface

Break Members

Microsoft.Office.Interop.Word Namespace