Workbook.DisplayDrawingObjects Property

Definition

Gets or sets how shapes are displayed.

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; }
member this.DisplayDrawingObjects : Microsoft.Office.Interop.Excel.XlDisplayDrawingObjects with get, set
Public Property DisplayDrawingObjects As XlDisplayDrawingObjects

Property Value

One of the following XlDisplayDrawingObjects values: xlDisplayShapes, xlPlaceholders, or xlHide.

Applies to