XlPictureAppearance Enumeration

Specifies how the picture should be copied.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Public Enumeration XlPictureAppearance
'Usage
Dim instance As XlPictureAppearance
public enum XlPictureAppearance

Members

Member name Description
xlPrinter The picture is copied as it will look when it's printed.
xlScreen The picture is copied to resemble its display on the screen as closely as possible

See Also

Reference

Microsoft.Office.Interop.Excel Namespace