_Workbook.DisplayDrawingObjects Property

Definition

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

public:
 property Microsoft::Office::Interop::Excel::XlDisplayDrawingObjects DisplayDrawingObjects { Microsoft::Office::Interop::Excel::XlDisplayDrawingObjects get(); void set(Microsoft::Office::Interop::Excel::XlDisplayDrawingObjects value); };
public Microsoft.Office.Interop.Excel.XlDisplayDrawingObjects DisplayDrawingObjects { get; set; }
Public Property DisplayDrawingObjects As XlDisplayDrawingObjects

Property Value

Remarks

Can be one of the following XlDisplayDrawingObjects constants.

xlDisplayShapes Show all shapes.
xlPlaceholders Show only placeholders.
xlHide Hide all shapes.

Applies to