Excel.TableDeletedEventArgs interface
Provides information about the table that raised the deleted event.
source | Gets the source of the event. See |
table |
Gets the ID of the table that is deleted. |
table |
Gets the name of the table that is deleted. |
type | Gets the type of the event. See |
worksheet |
Gets the ID of the worksheet in which the table is deleted. |
Gets the source of the event. See Excel.EventSource
for details.
source: Excel.EventSource | "Local" | "Remote";
Property Value
Excel.EventSource | "Local" | "Remote"
Remarks
Gets the ID of the table that is deleted.
tableId: string;
Property Value
string
Remarks
Gets the name of the table that is deleted.
tableName: string;
Property Value
string
Remarks
Gets the type of the event. See Excel.EventType
for details.
type: "TableDeleted";
Property Value
"TableDeleted"
Remarks
Gets the ID of the worksheet in which the table is deleted.
worksheetId: string;
Property Value
string
Remarks
Office Add-ins feedback
Office Add-ins is an open source project. Select a link to provide feedback: