Enum ShapeDisplayType

ShapeDisplayType enumeration

Represents how the application displays shapes in this workbook. Shapes might include charts, images, and other object data that the application supports.

public enum ShapeDisplayType

Values

NameValueDescription
All0Indicates that all shapes be shown in the workbook.
Placeholders1Indicates that the application show placeholders for shapes in the workbook.
None2Indicates that all shapes be hidden in the workbook.

See Also