_Chart.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 _Chart
Dim EnableChanges As Object
instance.PrintPreview(EnableChanges)
void PrintPreview(
Object EnableChanges
)
Parameters
EnableChanges
Type: System.ObjectOptional Object. True to enable changes to the chart.