Aspose::Cells::Rendering::DrawObjectEnum enum

DrawObjectEnum enum

Indicate Cell or Image of DrawObject.

enum class DrawObjectEnum

Values

NameValueDescription
Image0
Indicate DrawObject is an Image.
Cell1
indicate DrawObject is an Cell

See Also