Excel.Interfaces.DocumentTaskUpdateData interface

An interface for updating data on the DocumentTask object, for use in documentTask.set({ ... }).

Properties

percentComplete

Specifies the completion percentage of the task. This is a value between 0 and 100, where 100 represents a completed task.

priority

Specifies the priority of the task. This is a value between 0 and 10, where 0 represents the highest priority.

startAndDueDateTime

Gets or sets the date and time the task should start and is due.

title

Specifies title of the task.

Property Details

percentComplete

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Specifies the completion percentage of the task. This is a value between 0 and 100, where 100 represents a completed task.

percentComplete?: number;

Property Value

number

Remarks

[ API set: ExcelApi BETA (PREVIEW ONLY) ]

priority

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Specifies the priority of the task. This is a value between 0 and 10, where 0 represents the highest priority.

priority?: number;

Property Value

number

Remarks

[ API set: ExcelApi BETA (PREVIEW ONLY) ]

startAndDueDateTime

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Gets or sets the date and time the task should start and is due.

startAndDueDateTime?: Excel.DocumentTaskSchedule;

Property Value

Remarks

[ API set: ExcelApi BETA (PREVIEW ONLY) ]

title

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Specifies title of the task.

title?: string;

Property Value

string

Remarks

[ API set: ExcelApi BETA (PREVIEW ONLY) ]