DrawObject class

DrawObject class

DrawObject will be initialized and returned when rendering.

The DrawObject type exposes the following members:

Properties

PropertyDescription
cellIndicates the Cell object when rendering.
All properties of cell can be accessed.
shapeIndicates the Shape object when rendering.
All properties of shape can be accessed.
image_bytesIndicates image bytes of rendered Chart, Shape when rendering.
typeIndicates the type of DrawObject.
current_pageIndicates the page index of DrawObject.
Page index is based on zero.
One Sheet contains several pages when rendering.
total_pagesIndicates total pages in current rendering.
sheet_indexIndicates current sheet index of DrawObject.

See Also