Excel.TableDeletedEventArgs interface
Provides information about the table that raised the deleted event.
Remarks
Properties
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. |
Property Details
source
Gets the source of the event. See Excel.EventSource
for details.
source: Excel.EventSource | "Local" | "Remote";
Property Value
Excel.EventSource | "Local" | "Remote"
Remarks
tableId
Gets the ID of the table that is deleted.
tableId: string;
Property Value
string
Remarks
tableName
Gets the name of the table that is deleted.
tableName: string;
Property Value
string
Remarks
type
Gets the type of the event. See Excel.EventType
for details.
type: "TableDeleted";
Property Value
"TableDeleted"
Remarks
worksheetId
Gets the ID of the worksheet in which the table is deleted.
worksheetId: string;
Property Value
string
Remarks
Office Add-ins