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