OfficeExtension.RunOptions interface
Additional options passed into {Host}.run(...)
.
Properties
previous |
A previously-created context, or API object, or array of objects. The batch will use the same RequestContext as the passed-in object, which means that any changes applied to the object will be picked up by |
session | The URL of the remote workbook and the request headers to be sent. |
Property Details
previousObjects
A previously-created context, or API object, or array of objects. The batch will use the same RequestContext as the passed-in object, which means that any changes applied to the object will be picked up by context.sync()
.
previousObjects?: ClientObject | ClientObject[] | ClientRequestContext;
Property Value
session
The URL of the remote workbook and the request headers to be sent.
session?: RequestUrlAndHeaderInfo | T;
Property Value
Office Add-ins