Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Word.CoauthoringLockAddOptions interface
- Package:
- word
Specifies the options for adding to a Word.CoauthoringLockCollection object.
Properties
| range | If provided, specifies the range to which the lock is added. If not provided, the new lock is placed on the paragraph that contains the insertion point. |
| type | If provided, specifies the type of lock. If not provided, the lock type is set to |
Property Details
range
If provided, specifies the range to which the lock is added. If not provided, the new lock is placed on the paragraph that contains the insertion point.
range?: Word.Range;
Property Value
Remarks
type
If provided, specifies the type of lock. If not provided, the lock type is set to reservation.
type?: Word.CoauthoringLockType | "None" | "Reservation" | "Ephemeral" | "Changed";
Property Value
Word.CoauthoringLockType | "None" | "Reservation" | "Ephemeral" | "Changed"
Remarks
Office Add-ins
Feedback
Was this page helpful?
