Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Word.Interfaces.CoauthoringUpdateLoadOptions interface
- Package:
- word
Represents a coauthoring update in a Word document.
Properties
| $all | Specifying |
| range | Gets a |
Property Details
$all
Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).
$all?: boolean;
Property Value
boolean
range
Gets a Range object that represents the portion of the document that's contained in the CoauthoringUpdate object.
range?: Word.Interfaces.RangeLoadOptions;
Property Value
Remarks
Office Add-ins
Feedback
Was this page helpful?
