WorkbookEvents.RowsetComplete Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub RowsetComplete ( _
Description As String, _
Sheet As String, _
Success As Boolean _
)
'Usage
Dim instance As WorkbookEvents
Dim Description As String
Dim Sheet As String
Dim Success As Boolean
instance.RowsetComplete(Description, _
Sheet, Success)
void RowsetComplete(
string Description,
string Sheet,
bool Success
)
Parameters
- Description
Type: System.String
- Sheet
Type: System.String
- Success
Type: System.Boolean