Workbook.PrintPreview(Object) Method

Definition

Shows a preview of the object as it would look when printed.

public void PrintPreview (object EnableChanges);
abstract member PrintPreview : obj -> unit
Public Sub PrintPreview (Optional EnableChanges As Object)

Parameters

EnableChanges
Object

true to allow changes to the margins and page setup while displaying the print preview; otherwise, false.

Remarks

Optional Parameters

For information on optional parameters, see Optional Parameters in Office Solutions.

Applies to