Range.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
Function PrintPreview ( _
    EnableChanges As Object _
) As Object
'Usage
Dim instance As Range
Dim EnableChanges As Object
Dim returnValue As Object

returnValue = instance.PrintPreview(EnableChanges)
Object PrintPreview(
    Object EnableChanges
)

Parameters

Return Value

Type: System.Object

See Also

Reference

Range Interface

Range Members

Microsoft.Office.Interop.Excel Namespace