WorkbookEvents_SheetTableUpdateEventHandler delegate
Office 2013 and later
A Delegate type used to add an event handler for the SheetTableUpdate event. The SheetTableUpdate event occurs after the sheet table has been updated.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Parameters
- Sh
- Type: System.Object
The selected sheet.
- Target
- Type: Microsoft.Office.Interop.Excel.TableObject
The selected table.
Show: