Aspose::Cells::DisplayDrawingObjects enum
DisplayDrawingObjects enum
Represents whether and how to show objects in the workbook.
enum class DisplayDrawingObjects
Values
Name | Value | Description |
---|---|---|
DisplayShapes | 0 | Show all objects. |
Placeholders | 1 | Show placeholders. |
Hide | 2 | Hide all shapes. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++