AppEvents_WorkbookRowsetCompleteEventHandler delegate
Office 2013 and later
A Delegate type used to add an event handler for the WorkbookRowsetComplete event. The WorkbookRowsetComplete event occurs when the user either drills through the recordset or invokes the rowset action on an OLAP PivotTable.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Parameters
- Wb
- Type: Microsoft.Office.Interop.Excel.Workbook
The workbook for which the event occurs.
- Description
- Type: System.String
A brief description of the event.
- Sheet
- Type: System.String
The worksheet on which the recordset is created.
- Success
- Type: System.Boolean
Contains a Boolean value to indicate success or failure.
Show: