WorkbookSettingsDisplayDrawingObjects Property |
Indicates whether and how to show objects in the workbook.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic DisplayDrawingObjects DisplayDrawingObjects { get; set; }
Public Property DisplayDrawingObjects As DisplayDrawingObjects
Get
Set
public:
property DisplayDrawingObjects DisplayDrawingObjects {
DisplayDrawingObjects get ();
void set (DisplayDrawingObjects value);
}
member DisplayDrawingObjects : DisplayDrawingObjects with get, set
Property Value
Type:
DisplayDrawingObjects
See Also