Workbook.PrintPreview(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.