WorkbookEvents_NewSheetEventHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A Delegate type used to add an event handler for the NewSheet event. The NewSheet event occurs when a new sheet is created in the workbook.
public delegate void WorkbookEvents_NewSheetEventHandler(System::Object ^ Sh);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void WorkbookEvents_NewSheetEventHandler(object Sh);
Public Delegate Sub WorkbookEvents_NewSheetEventHandler(Sh As Object)
Parameters
- Sh
- Object
The new sheet. Can be a Worksheet or Chart object.
- Attributes