CoAuthLock Members
Include Protected Members
Include Inherited Members
Represents a lock within the document. The CoAuthLock object is a member of the CoAuthLocks collection.
The CoAuthLock type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Unlock | Unlocks the specified lock. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Application | Gets an Application object that represents the Microsoft Word application. |
![]() |
Creator | Gets a 32-bit integer that indicates the application in which the specified object was created. |
![]() |
HeaderFooter | Gets whether the lock is the header-footer lock for the document. |
![]() |
Owner | Gets the CoAuthor that owns the specified lock. |
![]() |
Parent | Gets an Object that represents the parent object of the specified CoAuthLock object. |
![]() |
Range | Gets a Range object that represents the portion of a document that is contained in the specified object. |
![]() |
Type | Gets a WdLockType constant that specifies the lock type. |
Top