Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Excel.TableDeletedEventArgs interface
- Package:
- excel
Provides information about the table that raised the deleted event.
Properties
| source | Gets the source of the event. See |
| tableId | Gets the ID of the table that is deleted. |
| tableName | Gets the name of the table that is deleted. |
| type | Gets the type of the event. See |
| worksheetId | 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
Feedback
Was this page helpful?
