_Workbook.DisplayDrawingObjects Property

Returns or sets how shapes are displayed. Read/write XlDisplayDrawingObjects.

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

Syntax

'Declaration
Property DisplayDrawingObjects As XlDisplayDrawingObjects
    Get
    Set
'Usage
Dim instance As _Workbook
Dim value As XlDisplayDrawingObjects

value = instance.DisplayDrawingObjects

instance.DisplayDrawingObjects = value
XlDisplayDrawingObjects DisplayDrawingObjects { get; set; }

Property Value

Type: Microsoft.Office.Interop.Excel.XlDisplayDrawingObjects

Remarks

Can be one of the following XlDisplayDrawingObjects constants.

Constant

Description

xlDisplayShapes

Show all shapes.

xlPlaceholders

Show only placeholders.

xlHide

Hide all shapes.

See Also

Reference

_Workbook Interface

_Workbook Members

Microsoft.Office.Interop.Excel Namespace