Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

OfficeExtension.RunOptions interface

Package:
office

Additional options passed into {Host}.run(...).

Properties

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().

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


Feedback

Was this page helpful?