DVAspect module

class DVAspect.DVAspect(value)

Bases: Enum

Represents the aspects of data that can be viewed in OLE objects.

This enumeration defines the various aspects of data that can be viewed when working with OLE (Object Linking and Embedding) objects in Excel.

DVASPECT_CONTENT

Indicates that the object is displayed as content.

DVASPECT_ICON

Indicates that the object is displayed as an icon.

DVASPECT_CONTENT = 0
DVASPECT_ICON = 1