_Worksheet.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 _Worksheet
Dim EnableChanges As Object

instance.PrintPreview(EnableChanges)
void PrintPreview(
    Object EnableChanges
)

Parameters

  • EnableChanges
    Type: System.Object

    Optional Object. True to enable changes to the specified worksheet.

See Also

Reference

_Worksheet Interface

_Worksheet Members

Microsoft.Office.Interop.Excel Namespace