Share via


_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.Object

    Enables changes to the object.

See Also

Reference

_Workbook Interface

_Workbook Members

Microsoft.Office.Interop.Excel Namespace