ApplicationClass.add_WorkbookNewSheet Method

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Public Overridable Sub add_WorkbookNewSheet ( _
    param0 As AppEvents_WorkbookNewSheetEventHandler _
)
'Usage
Dim instance As ApplicationClass
Dim param0 As AppEvents_WorkbookNewSheetEventHandler

instance.add_WorkbookNewSheet(param0)
public virtual void add_WorkbookNewSheet(
    AppEvents_WorkbookNewSheetEventHandler param0
)

Parameters

Implements

AppEvents_Event.add_WorkbookNewSheet(AppEvents_WorkbookNewSheetEventHandler)

See Also

Reference

ApplicationClass Class

ApplicationClass Members

Microsoft.Office.Interop.Excel Namespace