Range.Locks Property

Gets a CoAuthLocks collection object that represents all the locks in the range.

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

Syntax

'Declaration
ReadOnly Property Locks As CoAuthLocks
    Get
'Usage
Dim instance As Range
Dim value As CoAuthLocks

value = instance.Locks
CoAuthLocks Locks { get; }

Property Value

Type: Microsoft.Office.Interop.Word.CoAuthLocks
A CoAuthLocks collection object that represents all the locks in the range.

Remarks

Read-only. Use this property to return the CoAuthLocks collection.

See Also

Reference

Range Interface

Range Members

Microsoft.Office.Interop.Word Namespace