Expand Minimize
This topic has not yet been rated - Rate this topic

AppEvents_WorkbookBeforePrintEventHandler Delegate

A Delegate type used to add an event handler for the WorkbookBeforePrint event. The WorkbookBeforePrint event occurs before any open workbook is printed.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
[ComVisibleAttribute(false)]
public delegate void AppEvents_WorkbookBeforePrintEventHandler(
	Workbook Wb,
	out bool Cancel
)

Parameters

Wb
Type: Microsoft.Office.Interop.Excel.Workbook
The workbook.
Cancel
Type: System.Boolean%
False when the event occurs. If the event procedure sets this argument to True, the workbook isn't printed when the procedure is finished.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.