SpreadsheetGear 2017
DisplayDrawingObjects Enumeration






SpreadsheetGear Namespace : DisplayDrawingObjects Enumeration
Specifies whether drawing objects are displayed on worksheets.
Syntax
'Declaration
 
Public Enum DisplayDrawingObjects 
   Inherits System.Enum
'Usage
 
Dim instance As DisplayDrawingObjects
public enum DisplayDrawingObjects : System.Enum 
public enum DisplayDrawingObjects = class(System.Enum)
public enum DisplayDrawingObjects extends System.Enum
__value public enum DisplayDrawingObjects : public System.Enum 
public enum class DisplayDrawingObjects : public System.Enum 
Members
MemberDescription
DisplayShapesSpecifies that shapes will be displayed.
HideSpecifies that shapes will not be displayed.
PlaceholdersSpecifies that placeholders will be displayed for shapes.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.DisplayDrawingObjects

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SpreadsheetGear Namespace