Breaks.Item Property
Returns an individual object in a Breaks collection.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Default Property Item ( _
Index As Integer _
) As Break
Get
'Usage
Dim instance As Breaks
Dim Index As Integer
Dim value As Break
value = instance(Index)
Break this[
int Index
] { get; }
Parameters
- Index
Type: System.Int32
The ordinal position of the individual object.
Property Value
Type: Microsoft.Office.Interop.Word.Break