CoAuthors.Item Property
Returns an individual CoAuthors object in a 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 Object _
) As CoAuthor
Get
'Usage
Dim instance As CoAuthors
Dim Index As Object
Dim value As CoAuthor
value = instance(Index)
CoAuthor this[
Object Index
] { get; }
Parameters
- Index
Type: System.Object
The individual object to be returned.
Property Value
Type: Microsoft.Office.Interop.Word.CoAuthor
Returns CoAuthor.