OfficeExtension.UpdateOptions interface
Provides an option for suppressing an error when the object that is used to set multiple properties tries to set read-only properties.
Properties
throw |
Throw an error if the passed-in property list includes read-only properties (default = true). |
Property Details
throwOnReadOnly
Throw an error if the passed-in property list includes read-only properties (default = true).
throwOnReadOnly?: boolean
Property Value
boolean
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins