_Workbook.PrintPreview Method
Shows a preview of the object as it would look when printed.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub PrintPreview ( _
EnableChanges As Object _
)
'Usage
Dim instance As _Workbook
Dim EnableChanges As Object
instance.PrintPreview(EnableChanges)
void PrintPreview(
Object EnableChanges
)
Parameters
EnableChanges
Type: System.ObjectEnables changes to the object.