_Workbook.DisplayDrawingObjects Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |