Excel.ChartDeletedEventArgs interface

Provides information about the chart that raised the deleted event.

Remarks

[ API set: ExcelApi 1.8 ]

Properties

chartId

Gets the ID of the chart that is deleted from the worksheet.

source

Gets the source of the event. See Excel.EventSource for details.

type

Gets the type of the event. See Excel.EventType for details.

worksheetId

Gets the ID of the worksheet in which the chart is deleted.

Property Details

chartId

Gets the ID of the chart that is deleted from the worksheet.

chartId: string;

Property Value

string

Remarks

[ API set: ExcelApi 1.8 ]

source

Gets the source of the event. See Excel.EventSource for details.

source: Excel.EventSource | "Local" | "Remote";

Property Value

Excel.EventSource | "Local" | "Remote"

Remarks

[ API set: ExcelApi 1.8 ]

type

Gets the type of the event. See Excel.EventType for details.

type: "ChartDeleted";

Property Value

"ChartDeleted"

Remarks

[ API set: ExcelApi 1.8 ]

worksheetId

Gets the ID of the worksheet in which the chart is deleted.

worksheetId: string;

Property Value

string

Remarks

[ API set: ExcelApi 1.8 ]