This topic has not yet been rated - Rate this topic

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)

'Usage
Dim breaks1 As Breaks

Dim key As Integer
Dim returnValue As Break
returnValue = breaks1.Item(key)

Break this[
	[In] int Index
] {get;}
public Break get_Item(
	/*in*/int Index
);
In JScript, you can use Indexed Properties defined by a class, but you cannot define your own.

Parameters

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.