Share via


Workbook.RowsetComplete Event (Excel)

The event is raised when the user either drills through the recordset or invokes the rowset action on an OLAP PivotTable.

Version Information

추가된 버전: Excel 2007

Syntax

.RowsetComplete(Description, Sheet, Success)

A variable that represents a Workbook object.

Parameters

Name

Required/Optional

Data Type

Description

Description

필수

String

A brief description of the event.

Sheet

필수

String

Worksheet on which the recordset is created.

Success

필수

Boolean

Contains a Boolean value to indicate success or failure.

Remarks

Because the recordset is created asynchronously, the event allows automation to determine when the action has been completed. Additionally, because the recordset is created on a separate sheet, the event needs to be on the workbook level.

참고 항목

개념

Workbook Object

Workbook Object Members