Aspose::Cells::DisplayDrawingObjects enum

DisplayDrawingObjects enum

Represents whether and how to show objects in the workbook.

enum class DisplayDrawingObjects

Values

NameValueDescription
DisplayShapes0
Show all objects.
Placeholders1
Show placeholders.
Hide2
Hide all shapes.

See Also