PictureFormat Interface

Contains properties and methods that apply to pictures and OLE objects.

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

Syntax

'Declaration
<GuidAttribute("000C031A-0000-0000-C000-000000000046")> _
Public Interface PictureFormat _
    Inherits _IMsoDispObj
'Usage
Dim instance As PictureFormat
[GuidAttribute("000C031A-0000-0000-C000-000000000046")]
public interface PictureFormat : _IMsoDispObj

Remarks

The LinkFormat object contains properties and methods that apply to linked OLE objects only. The OLEFormat object contains properties and methods that apply to OLE objects whether or not they’re linked.

Use the PictureFormat property to return a PictureFormat object.

See Also

Reference

PictureFormat Members

Microsoft.Office.Interop.Excel Namespace