Excel.ChartAddedEventArgs interface
Provides information about the chart that raised the added event.
Remarks
Properties
chart |
Gets the ID of the chart that is added to the worksheet. |
source | Gets the source of the event. See |
type | Gets the type of the event. See |
worksheet |
Gets the ID of the worksheet in which the chart is added. |
Property Details
chartId
Gets the ID of the chart that is added to 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: "ChartAdded";
Property Value
"ChartAdded"
Remarks
worksheetId
Gets the ID of the worksheet in which the chart is added.
worksheetId: string;
Property Value
string
Remarks
Office Add-ins