Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Excel.ChartDeletedEventArgs interface
- Package:
- excel
Provides information about the chart that raised the deleted event.
Properties
| chartId | Gets the ID of the chart that is deleted from the worksheet. |
| source | Gets the source of the event. See |
| type | Gets the type of the event. See |
| 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
source
Gets the source of the event. See Excel.EventSource for details.
source: Excel.EventSource | "Local" | "Remote";
Property Value
Excel.EventSource | "Local" | "Remote"
Remarks
type
Gets the type of the event. See Excel.EventType for details.
type: "ChartDeleted";
Property Value
"ChartDeleted"
Remarks
worksheetId
Gets the ID of the worksheet in which the chart is deleted.
worksheetId: string;
Property Value
string
Remarks
Office Add-ins
Feedback
Was this page helpful?
