- * | | Office for Windows desktop | Office Online (in browser) | Office for iPad |
+ * | | Office for Windows desktop | Office Online (in browser) | Office for iPad |
* | Access | | Y | |
* | Excel | Y | Y | Y |
* | PowerPoint | Y | | |
@@ -3322,11 +3323,12 @@ declare namespace Office {
*
* *Supported hosts, by platform*
*
- * | | Office for Windows desktop | Office Online (in browser) | Office for iPad |
- * | Excel | Y | Y | Y |
- * | PowerPoint | Y | Y | Y |
- * | Project | Y | | |
- * | Word | Y | Y | Y |
+ * | | Office for Windows desktop | Office Online (in browser) | Office for iPad | Office for Mac |
+ * | Excel | Y | Y | Y | Y |
+ * | OneNote | | Y | | |
+ * | PowerPoint | Y | Y | Y | Y |
+ * | Project | Y | | | |
+ * | Word | Y | Y | Y | Y |
*
*
* @param eventType For a Document object event, the eventType parameter can be specified as `Office.EventType.Document.SelectionChanged` or
@@ -3354,10 +3356,8 @@ declare namespace Office {
*
* *Supported hosts, by platform*
*
- * | | Office for Windows desktop | Office Online (in browser) | Office for iPad |
- * | Excel | | | Y |
- * | PowerPoint | Y | Y | Y |
- * | Word | | | Y |
+ * | | Office for Windows desktop | Office Online (in browser) | Office for iPad | Office for Mac |
+ * | PowerPoint | Y | Y | Y | Y |
*
*
* @param options Provides an option for preserving context data of any type, unchanged, for use in a callback.
@@ -3381,13 +3381,13 @@ declare namespace Office {
* The fileType parameter can be specified by using the {@link Office.FileType} enumeration or text values. But the possible values vary with
* the host:
*
- * Excel Online, Win32, Mac, and iOS: `Office.FileType.Compressed`
+ * Excel for Windows desktop, iPad, and Excel Online: `Office.FileType.Compressed`
+ *
+ * Excel for Mac: `Office.FileType.Compressed`, `Office.FileType.Pdf`
*
- * PowerPoint on Windows desktop, Mac, and iPad, and PowerPoint Online: `Office.FileType.Compressed`, `Office.FileType.Pdf`
+ * PowerPoint for Windows desktop, Mac, iPad, and PowerPoint Online: `Office.FileType.Compressed`, `Office.FileType.Pdf`
*
- * Word on Windows desktop, Word on Mac, and Word Online: `Office.FileType.Compressed`, `Office.FileType.Pdf`, `Office.FileType.Text`
- *
- * Word on iPad: `Office.FileType.Compressed`, `Office.FileType.Text`
+ * Word for Windows desktop, Mac, iPad, and Word Online: `Office.FileType.Compressed`, `Office.FileType.Pdf`, `Office.FileType.Text`
*
* **Support details**
*
@@ -3399,10 +3399,10 @@ declare namespace Office {
*
* *Supported hosts, by platform*
*
- * | | Office for Windows desktop | Office Online (in browser) | Office for iPad |
- * | Excel | Y | | |
- * | PowerPoint | Y | Y | Y |
- * | Word | Y | | Y |
+ * | | Office for Windows desktop | Office Online (in browser) | Office for iPad | Office for Mac |
+ * | Excel | Y | Y | Y | Y |
+ * | PowerPoint | Y | Y | Y | Y |
+ * | Word | Y | Y | Y | Y |
*
*
* @param fileType The format in which the file will be returned
@@ -3429,10 +3429,10 @@ declare namespace Office {
*
* *Supported hosts, by platform*
*
- * | | Office for Windows desktop | Office Online (in browser) | Office for iPad |
- * | Excel | Y | Y | Y |
- * | PowerPoint | Y | Y | Y |
- * | Word | Y | Y | Y |
+ * | | Office for Windows desktop | Office Online (in browser) | Office for iPad | Office for Mac |
+ * | Excel | Y | Y | Y | Y |
+ * | PowerPoint | Y | Y | Y | Y |
+ * | Word | Y | Y | Y | Y |
*
*
* @param options Provides an option for preserving context data of any type, unchanged, for use in a callback.
@@ -3480,15 +3480,15 @@ declare namespace Office {
* Supported coercionType |
*
*
- * | Excel, Excel Online, PowerPoint, PowerPoint Online, Word, and Word Online |
+ * Excel, PowerPoint, Project, and Word |
* `Office.CoercionType.Text` (string) |
*
*
- * | Excel, Word, and Word Online |
+ * Excel and Word |
* `Office.CoercionType.Matrix` (array of arrays) |
*
*
- * | Access, Excel, Word, and Word Online |
+ * Access, Excel, and Word |
* `Office.CoercionType.Table` (TableData object) |
*
*
@@ -3496,7 +3496,7 @@ declare namespace Office {
* | `Office.CoercionType.Html` |
*
*
- * | Word and Word Online |
+ * Word |
* `Office.CoercionType.Ooxml` (Office Open XML) |
*
*
@@ -3515,12 +3515,11 @@ declare namespace Office {
*
* *Supported hosts, by platform*
*
- * | | Office for Windows desktop | Office Online (in browser) | Office for iPad |
- * | Access | | Y | |
- * | Excel | Y | Y | Y |
- * | PowerPoint | Y | Y | Y |
- * | Project | Y | Y | |
- * | Word | Y | | Y |
+ * | | Office for Windows desktop | Office Online (in browser) | Office for iPad | Office for Mac |
+ * | Excel | Y | Y | Y | Y |
+ * | PowerPoint | Y | Y | Y | Y |
+ * | Project | Y | | | |
+ * | Word | Y | Y | Y | Y |
*
*
* @param coercionType The type of data structure to return. See the remarks section for each host's supported coercion types.
@@ -3562,10 +3561,10 @@ declare namespace Office {
*
* *Supported hosts, by platform*
*
- * | | Office for Windows desktop | Office Online (in browser) | Office for iPad |
- * | Excel | Y | Y | Y |
- * | PowerPoint | Y | Y | Y |
- * | Word | Y | | Y |
+ * | | Office for Windows desktop | Office Online (in browser) | Office for iPad | Office for Mac |
+ * | Excel | Y | Y | Y | Y |
+ * | PowerPoint | Y | Y | Y | Y |
+ * | Word | Y | | Y | Y |
*
*
* @param id The identifier of the object or location to go to.
@@ -3591,10 +3590,12 @@ declare namespace Office {
*
* *Supported hosts, by platform*
*
- * | | Office for Windows desktop | Office Online (in browser) | Office for iPad |
- * | Excel | Y | Y | Y |
- * | PowerPoint | Y | Y | Y |
- * | Word | Y | Y | Y |
+ * | | Office for Windows desktop | Office Online (in browser) | Office for iPad | Office for Mac |
+ * | Excel | Y | Y | Y | Y |
+ * | OneNote | | Y | | |
+ * | PowerPoint | Y | Y | Y | Y |
+ * | Project | Y | | | |
+ * | Word | Y | Y | Y | Y |
*
*
* @param eventType The event type. For document can be 'Document.SelectionChanged' or 'Document.ActiveViewChanged'.
@@ -3643,15 +3644,15 @@ declare namespace Office {
* Supported coercionType |
*
*
- * | Excel, Excel Online, PowerPoint, PowerPoint Online, Word, and Word Online |
+ * Excel, PowerPoint, Project, and Word |
* `Office.CoercionType.Text` (string) |
*
*
- * | Excel, Word, and Word Online |
+ * Excel and Word |
* `Office.CoercionType.Matrix` (array of arrays) |
*
*
- * | Access, Excel, Word, and Word Online |
+ * Access, Excel, and Word |
* `Office.CoercionType.Table` (TableData object) |
*
*
@@ -3659,7 +3660,7 @@ declare namespace Office {
* | `Office.CoercionType.Html` |
*
*
- * | Word and Word Online |
+ * Word |
* `Office.CoercionType.Ooxml` (Office Open XML) |
*
*
@@ -3678,11 +3679,11 @@ declare namespace Office {
*
* *Supported hosts, by platform*
*
- * | | Office for Windows desktop | Office Online (in browser) | Office for iPad |
- * | Access | y | | |
- * | Excel | Y | Y | Y |
- * | PowerPoint | Y | Y | Y |
- * | Word | Y | Y | Y |
+ * | | Office for Windows desktop | Office Online (in browser) | Office for iPad | Office for Mac |
+ * | Excel | Y | Y | Y | Y |
+ * | PowerPoint | Y | Y | Y | Y |
+ * | Project | Y | | | |
+ * | Word | Y | Y | Y | Y |
*
*
* @param data The data to be set. Either a string or {@link Office.CoercionType} value, 2d array or TableData object.
@@ -3734,8 +3735,8 @@ declare namespace Office {
*
* *Supported hosts, by platform*
*
- * | | Office for Windows desktop | Office Online (in browser) |
- * | Project | Y | |
+ * | | Office for Windows desktop | Office Online (in browser) |
+ * | Project | Y | |
*
*/
getProjectFieldAsync(fieldId: number, options?: Office.AsyncContextOptions, callback?: (result: AsyncResult) => void): void;
@@ -3759,8 +3760,8 @@ declare namespace Office {
*
* *Supported hosts, by platform*
*
- * | | Office for Windows desktop | Office Online (in browser) |
- * | Project | Y | |
+ * | | Office for Windows desktop | Office Online (in browser) |
+ * | Project | Y | |
*
*/
getResourceFieldAsync(resourceId: string, fieldId: number, options?: Office.AsyncContextOptions, callback?: (result: AsyncResult) => void): void;
@@ -3782,8 +3783,8 @@ declare namespace Office {
*
* *Supported hosts, by platform*
*
- * | | Office for Windows desktop | Office Online (in browser) |
- * | Project | Y | |
+ * | | Office for Windows desktop | Office Online (in browser) |
+ * | Project | Y | |
*
*/
getSelectedResourceAsync(options?: Office.AsyncContextOptions, callback?: (result: AsyncResult) => void): void;
@@ -3805,8 +3806,8 @@ declare namespace Office {
*
* *Supported hosts, by platform*
*
- * | | Office for Windows desktop | Office Online (in browser) |
- * | Project | Y | |
+ * | | Office for Windows desktop | Office Online (in browser) |
+ * | Project | Y | |
*
*/
getSelectedTaskAsync(options?: Office.AsyncContextOptions, callback?: (result: AsyncResult) => void): void;
@@ -3830,8 +3831,8 @@ declare namespace Office {
*
* *Supported hosts, by platform*
*
- * | | Office for Windows desktop | Office Online (in browser) |
- * | Project | Y | |
+ * | | Office for Windows desktop | Office Online (in browser) |
+ * | Project | Y | |
*
*/
getSelectedViewAsync(options?: Office.AsyncContextOptions, callback?: (result: AsyncResult) => void): void;
@@ -3857,8 +3858,8 @@ declare namespace Office {
*
* *Supported hosts, by platform*
*
- * | | Office for Windows desktop | Office Online (in browser) |
- * | Project | Y | |
+ * | | Office for Windows desktop | Office Online (in browser) |
+ * | Project | Y | |
*
*/
getTaskAsync(taskId: string, options?: Office.AsyncContextOptions, callback?: (result: AsyncResult) => void): void;
@@ -3882,8 +3883,8 @@ declare namespace Office {
*
* *Supported hosts, by platform*
*
- * | | Office for Windows desktop | Office Online (in browser) |
- * | Project | Y | |
+ * | | Office for Windows desktop | Office Online (in browser) |
+ * | Project | Y | |
*
*/
getTaskFieldAsync(taskId: string, fieldId: number, options?: Office.AsyncContextOptions, callback?: (result: AsyncResult) => void): void;
@@ -3907,8 +3908,8 @@ declare namespace Office {
*
* *Supported hosts, by platform*
*
- * | | Office for Windows desktop | Office Online (in browser) |
- * | Project | Y | |
+ * | | Office for Windows desktop | Office Online (in browser) |
+ * | Project | Y | |
*
*/
getWSSUrlAsync(options?: Office.AsyncContextOptions, callback?: (result: AsyncResult) => void): void;
@@ -3959,8 +3960,8 @@ declare namespace Office {
*
* *Supported hosts, by platform*
*
- * | | Office for Windows desktop | Office Online (in browser) |
- * | Project | Y | |
+ * | | Office for Windows desktop | Office Online (in browser) |
+ * | Project | Y | |
*
*/
getMaxTaskIndexAsync(options?: Office.AsyncContextOptions, callback?: (result: AsyncResult) => void): void;
@@ -3986,8 +3987,8 @@ declare namespace Office {
*
* *Supported hosts, by platform*
*
- * | | Office for Windows desktop | Office Online (in browser) |
- * | Project | Y | |
+ * | | Office for Windows desktop | Office Online (in browser) |
+ * | Project | Y | |
*
*/
getResourceByIndexAsync(resourceIndex: number, options?: Office.AsyncContextOptions, callback?: (result: AsyncResult) => void): void;
@@ -4013,8 +4014,8 @@ declare namespace Office {
*
* *Supported hosts, by platform*
*
- * | | Office for Windows desktop | Office Online (in browser) |
- * | Project | Y | |
+ * | | Office for Windows desktop | Office Online (in browser) |
+ * | Project | Y | |
*
*/
getTaskByIndexAsync(taskIndex: number, options?: Office.AsyncContextOptions, callback?: (result: AsyncResult) => void): void;
@@ -4041,8 +4042,8 @@ declare namespace Office {
*
* *Supported hosts, by platform*
*
- * | | Office for Windows desktop | Office Online (in browser) |
- * | Project | Y | |
+ * | | Office for Windows desktop | Office Online (in browser) |
+ * | Project | Y | |
*
*/
setResourceFieldAsync(resourceId: string, fieldId: number, fieldValue: string | number | boolean | object, options?: Office.AsyncContextOptions, callback?: (result: AsyncResult) => void): void;
@@ -4069,8 +4070,8 @@ declare namespace Office {
*
* *Supported hosts, by platform*
*
- * | | Office for Windows desktop | Office Online (in browser) |
- * | Project | Y | |
+ * | | Office for Windows desktop | Office Online (in browser) |
+ * | Project | Y | |
*
*/
setTaskFieldAsync(taskId: string, fieldId: number, fieldValue: string | number | boolean | object, options?: Office.AsyncContextOptions, callback?: (result: AsyncResult) => void): void;
@@ -4104,9 +4105,10 @@ declare namespace Office {
*
* *Supported hosts, by platform*
*
- * | | Office for Windows desktop | Office Online (in browser) | Office for iPad |
- * | PowerPoint | Y | Y | Y |
- * | Word | Y | Y | Y |
+ * | | Office for Windows desktop | Office Online (in browser) | Office for iPad | Office for Mac |
+ * | Excel | Y | Y | Y | Y |
+ * | PowerPoint | Y | Y | Y | Y |
+ * | Word | Y | Y | Y | Y |
*
*/
interface File {
@@ -4222,9 +4224,9 @@ declare namespace Office {
*
* *Supported hosts, by platform*
*
- * | | Office for Windows desktop | Office Online (in browser) | Office for iPad |
- * | Excel | Y | Y | Y |
- * | Word | Y | Y | Y |
+ * | | Office for Windows desktop | Office Online (in browser) | Office for iPad | Office for Mac |
+ * | Excel | Y | Y | Y | Y |
+ * | Word | Y | Y | Y | Y |
*
*/
interface MatrixBinding extends Binding {
@@ -4317,8 +4319,9 @@ declare namespace Office {
*
* *Supported hosts, by platform*
*
- * | | Office for Windows desktop | Office Online (in browser) | Office for iPad |
- * | Excel | | Y | |
+ * | | Office for Windows desktop | Office Online (in browser) | Office for iPad |
+ * | Access | | Y | |
+ * | Excel | | Y | |
*
*/
addHandlerAsync(eventType: Office.EventType, handler: any, options?: Office.AsyncContextOptions, callback?: (result: AsyncResult) => void): void;
@@ -4338,11 +4341,11 @@ declare namespace Office {
*
* *Supported hosts, by platform*
*
- * | | Office for Windows desktop | Office Online (in browser) | Office for iPad |
- * | Access | | Y | |
- * | Excel | Y | Y | Y |
- * | PowerPoint | Y | Y | Y |
- * | Word | Y | Y | Y |
+ * | | Office for Windows desktop | Office Online (in browser) | Office for iPad | Office for Mac |
+ * | Access | | Y | | |
+ * | Excel | Y | Y | Y | Y |
+ * | PowerPoint | Y | Y | Y | Y |
+ * | Word | Y | Y | Y | Y |
*
*
* @param settingName The case-sensitive name of the setting to retrieve.
@@ -4398,11 +4401,11 @@ declare namespace Office {
*
* *Supported hosts, by platform*
*
- * | | Office for Windows desktop | Office Online (in browser) | Office for iPad |
+ * | | Office for Windows desktop | Office Online (in browser) | Office for iPad |
* | Access | | Y | |
- * | Excel | Y | Y | Y |
- * | PowerPoint | Y | Y | Y |
- * | Word | Y | Y | Y |
+ * | Excel | Y | Y | |
+ * | PowerPoint | Y | Y | |
+ * | Word | Y | Y | |
*
*
* @param callback Optional. A function that is invoked when the callback returns, whose only parameter is of type {@link Office.AsyncResult}.
@@ -4431,11 +4434,11 @@ declare namespace Office {
*
* *Supported hosts, by platform*
*
- * | | Office for Windows desktop | Office Online (in browser) | Office for iPad |
- * | Access | | Y | |
- * | Excel | Y | Y | Y |
- * | PowerPoint | Y | Y | Y |
- * | Word | Y | | Y |
+ * | | Office for Windows desktop | Office Online (in browser) | Office for iPad | Office for Mac |
+ * | Access | | Y | | |
+ * | Excel | Y | Y | Y | Y |
+ * | PowerPoint | Y | Y | Y | Y |
+ * | Word | Y | Y | Y | Y |
*
*
* @param settingName The case-sensitive name of the setting to remove.
@@ -4467,10 +4470,9 @@ declare namespace Office {
*
* *Supported hosts, by platform*
*
- * | | Office for Windows desktop | Office Online (in browser) | Office for iPad |
- * | Access | | Y | |
- * | Excel | Y | Y | Y |
- * | PowerPoint | Y | Y | Y |
+ * | | Office for Windows desktop | Office Online (in browser) | Office for iPad |
+ * | Access | | Y | |
+ * | Excel | | Y | |
*
*
* @param eventType Specifies the type of event to remove. Required.
@@ -4524,11 +4526,11 @@ declare namespace Office {
*
* *Supported hosts, by platform*
*
- * | | Office for Windows desktop | Office Online (in browser) | Office for iPad |
- * | Access | | Y | |
- * | Excel | Y | Y | Y |
- * | PowerPoint | Y | Y | Y |
- * | Word | Y | Y | Y |
+ * | | Office for Windows desktop | Office Online (in browser) | Office for iPad | Office for Mac |
+ * | Access | | Y | | |
+ * | Excel | Y | Y | Y | Y |
+ * | PowerPoint | Y | Y | Y | Y |
+ * | Word | Y | Y | Y | Y |
*
*
* @param options Provides options for saving settings.
@@ -4560,11 +4562,11 @@ declare namespace Office {
*
* *Supported hosts, by platform*
*
- * | | Office for Windows desktop | Office Online (in browser) | Office for iPad |
- * | Access | | Y | |
- * | Excel | Y | Y | Y |
- * | PowerPoint | Y | Y | Y |
- * | Word | Y | Y | Y |
+ * | | Office for Windows desktop | Office Online (in browser) | Office for iPad | Office for Mac |
+ * | Access | | Y | | |
+ * | Excel | Y | Y | Y | Y |
+ * | PowerPoint | Y | Y | Y | Y |
+ * | Word | Y | Y | Y | Y |
*
*
* @param settingName The case-sensitive name of the setting to set or create.
@@ -4603,9 +4605,9 @@ declare namespace Office {
*
* *Supported hosts, by platform*
*
- * | | Office for Windows desktop | Office Online (in browser) | Office for iPad |
- * | Excel | | Y | |
- * | Word | Y | Y | |
+ * | | Office for Windows desktop | Office Online (in browser) | Office for iPad |
+ * | Excel | | Y | |
+ * | Word | Y | Y | |
*
*/
interface SettingsChangedEventArgs {
@@ -4636,7 +4638,7 @@ declare namespace Office {
*
* *Supported hosts, by platform*
*
- * | | Office for Windows desktop | Office Online (in browser) | Office for iPad |
+ * | | Office for Windows desktop | Office Online (in browser) | Office for iPad |
* | PowerPoint | Y | Y | Y |
* | Word | Y | Y | Y |
*
@@ -4688,10 +4690,10 @@ declare namespace Office {
*
* *Supported hosts, by platform*
*
- * | | Office for Windows desktop | Office Online (in browser) | Office for iPad |
- * | Access | | Y | |
- * | Excel | Y | Y | Y |
- * | Word | Y | Y | Y |
+ * | | Office for Windows desktop | Office Online (in browser) | Office for iPad | Office for Mac |
+ * | Access | | Y | | |
+ * | Excel | Y | Y | Y | Y | <
+ * | Word | Y | Y | Y | Y | <
*
*/
columnCount: number;
@@ -4710,10 +4712,10 @@ declare namespace Office {
*
* *Supported hosts, by platform*
*
- * | | Office for Windows desktop | Office Online (in browser) | Office for iPad |
- * | Access | | Y | |
- * | Excel | Y | Y | Y |
- * | Word | Y | Y | Y |
+ * | | Office for Windows desktop | Office Online (in browser) | Office for iPad | Office for Mac |
+ * | Access | | Y | | |
+ * | Excel | Y | Y | Y | Y | <
+ * | Word | Y | Y | Y | Y | <
*
*/
hasHeaders: boolean;
@@ -4745,10 +4747,10 @@ declare namespace Office {
*
* *Supported hosts, by platform*
*
- * | | Office for Windows desktop | Office Online (in browser) | Office for iPad |
- * | Access | | Y | |
- * | Excel | Y | Y | Y |
- * | Word | Y | Y | Y |
+ * | | Office for Windows desktop | Office Online (in browser) | Office for iPad | Office for Mac |
+ * | Access | | Y | | |
+ * | Excel | Y | Y | Y | Y | <
+ * | Word | Y | Y | Y | Y | <
*
*/
rowCount: number;
@@ -4778,15 +4780,16 @@ declare namespace Office {
*
* A capital Y in the following matrix indicates that this method is supported in the corresponding Office host application.
* An empty cell indicates that the Office host application doesn't support this method.
- *
+ *
* For more information about Office host application and server requirements, see
* {@link https://docs.microsoft.com/office/dev/add-ins/concepts/requirements-for-running-office-add-ins | Requirements for running Office Add-ins}.
*
* *Supported hosts, by platform*
*
- * | | Office for Windows desktop | Office Online (in browser) | Office for iPad |
- * | Excel | Y | Y | Y |
- * | Word | Y | Y | Y |
+ * | | Office for Windows desktop | Office Online (in browser) | Office for iPad | Office for Mac |
+ * | Access | | Y | | |
+ * | Excel | Y | Y | Y | Y | <
+ * | Word | Y | Y | Y | Y | <
*
*
* @param tableData An array of arrays ("matrix") or a TableData object that contains one or more columns of data to add to the table. Required.
@@ -4823,10 +4826,10 @@ declare namespace Office {
*
* *Supported hosts, by platform*
*
- * | | Office for Windows desktop | Office Online (in browser) | Office for iPad |
- * | Access | | Y | |
- * | Excel | Y | Y | Y |
- * | Word | Y | Y | Y |
+ * | | Office for Windows desktop | Office Online (in browser) | Office for iPad | Office for Mac |
+ * | Access | | Y | | |
+ * | Excel | Y | Y | Y | Y | <
+ * | Word | Y | Y | Y | Y | <
*
*
* @param rows An array of arrays ("matrix") or a TableData object that contains one or more rows of data to add to the table. Required.
@@ -4851,10 +4854,10 @@ declare namespace Office {
*
* *Supported hosts, by platform*
*
- * | | Office for Windows desktop | Office Online (in browser) | Office for iPad |
- * | Access | | Y | |
- * | Excel | Y | Y | Y |
- * | Word | Y | Y | Y |
+ * | | Office for Windows desktop | Office Online (in browser) | Office for iPad | Office for Mac |
+ * | Access | | Y | | |
+ * | Excel | Y | Y | Y | Y | <
+ * | Word | Y | Y | Y | Y | <
*
*
* @param options Provides an option for preserving context data of any type, unchanged, for use in a callback.
@@ -4877,8 +4880,8 @@ declare namespace Office {
*
* *Supported hosts, by platform*
*
- * | | Office for Windows desktop | Office Online (in browser) | Office for iPad |
- * | Excel | Y | Y | Y |
+ * | | Office for Windows desktop | Office Online (in browser) | Office for iPad | Office for Mac |
+ * | Excel | Y | Y | Y | Y |
*
*
* @param options Provides an option for preserving context data of any type, unchanged, for use in a callback.
@@ -5043,8 +5046,8 @@ declare namespace Office {
*
* *Supported hosts, by platform*
*
- * | | Office for Windows desktop | Office Online (in browser) | Office for iPad |
- * | Excel | Y | Y | Y |
+ * | | Office for Windows desktop | Office Online (in browser) | Office for iPad | Office for Mac |
+ * | Excel | Y | Y | Y | Y |
*
*
* @param cellFormat An array that contains one or more JavaScript objects that specify which cells to target and the formatting to apply to them.
@@ -5095,8 +5098,8 @@ declare namespace Office {
*
* *Supported hosts, by platform*
*
- * | | Office for Windows desktop | Office Online (in browser) | Office for iPad |
- * | Excel | Y | Y | Y |
+ * | | Office for Windows desktop | Office Online (in browser) | Office for iPad | Office for Mac |
+ * | Excel | Y | Y | Y | Y |
*
*
* @param tableOptions An object literal containing a list of property name-value pairs that define the table options to apply.
@@ -5173,8 +5176,8 @@ declare namespace Office {
*
* *Supported hosts, by platform*
*
- * | | Office for Windows desktop | Office Online (in browser) | Office for iPad |
- * | Excel | Y | Y | Y |
+ * | | Office for Windows desktop | Office Online (in browser) | Office for iPad | Office for Mac |
+ * | Excel | Y | Y | Y | Y |
*
*/
enum Table {
@@ -5210,9 +5213,9 @@ declare namespace Office {
*
* *Supported hosts, by platform*
*
- * | | Office for Windows desktop | Office Online (in browser) | Office for iPad |
- * | Excel | Y | Y | Y |
- * | Word | Y | Y | Y |
+ * | | Office for Windows desktop | Office Online (in browser) | Office for iPad | Office for Mac |
+ * | Excel | Y | Y | Y | Y |
+ * | Word | Y | Y | Y | Y |
*
*/
interface TextBinding extends Binding { }
@@ -5233,8 +5236,8 @@ declare namespace Office {
*
* *Supported hosts, by platform*
*
- * | | Office for Windows desktop | Office Online (in browser) |
- * | Project | Y | |
+ * | | Office for Windows desktop | Office Online (in browser) |
+ * | Project | Y | |
*
*/
enum ProjectProjectFields {
@@ -5309,8 +5312,8 @@ declare namespace Office {
*
* *Supported hosts, by platform*
*
- * | | Office for Windows desktop | Office Online (in browser) |
- * | Project | Y | |
+ * | | Office for Windows desktop | Office Online (in browser) |
+ * | Project | Y | |
*
*/
enum ProjectResourceFields {
@@ -6136,8 +6139,8 @@ declare namespace Office {
*
* *Supported hosts, by platform*
*
- * | | Office for Windows desktop | Office Online (in browser) |
- * | Project | Y | |
+ * | | Office for Windows desktop | Office Online (in browser) |
+ * | Project | Y | |
*
*/
enum ProjectTaskFields {
@@ -7298,8 +7301,8 @@ declare namespace Office {
*
* *Supported hosts, by platform*
*
- * | | Office for Windows desktop | Office Online (in browser) |
- * | Project | Y | |
+ * | | Office for Windows desktop | Office Online (in browser) |
+ * | Project | Y | |
*
*/
enum ProjectViewTypes {