CoAuthor Interface

Represents a single co-author in the document. The CoAuthor object is a member of the CoAuthors collection. The CoAuthors collection contains all the co-authors in the document (authors that are actively editing the document).

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

Syntax

'Declaration
<GuidAttribute("E59544D5-C299-46A0-84C1-C51AB38F9759")> _
Public Interface CoAuthor
'Usage
Dim instance As CoAuthor
[GuidAttribute("E59544D5-C299-46A0-84C1-C51AB38F9759")]
public interface CoAuthor

Remarks

Use CoAuthors(Index), where Index is the index number to return a single CoAuthor object.

Warning

When a new co-author begins to edit the document, it can take up to one minute or longer for the co-author to appear in the document.

See Also

Reference

CoAuthor Members

Microsoft.Office.Interop.Word Namespace