Item Property (PageBreaks)
Gets the
Break value at the specified position.
'Declaration
Public ReadOnly Default Property Item( _
ByVal As Integer _
) As Break
'Usage
Dim instance As PageBreaks
Dim index As Integer
Dim value As Break
value = instance.Item(index)
Parameters
- index
- An integer value indicates the break item position.
Property Value
The
Break value at the specified position.