Aspose::Cells::ShapeDisplayType enum
ShapeDisplayType enum
Represents how the application displays shapes in this workbook. Shapes might include charts, images, and other object data that the application supports.
enum class ShapeDisplayType
Values
| Name | Value | Description |
|---|---|---|
| All | 0 | Indicates that all shapes be shown in the workbook. |
| Placeholders | 1 | Indicates that the application show placeholders for shapes in the workbook. |
| None | 2 | Indicates that all shapes be hidden in the workbook. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++