Skip to main content
Row

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Shape Methods
Show Inherited Hide Inherited

A common interface for drawing objects in a worksheet.
Name Description
Delete() Deletes a drawing object.
ExportToImage() Saves the drawing object as an image.
ExportToImage(Stream, ImageFileFormat) Saves the drawing object as an image in the specified format.
ExportToImage(String, ImageFileFormat) Saves the drawing object as an image in the specified format.
GetChildren() Retrieves the list of nested shapes and shape groups.
IncrementRotation(Int32) Increments the rotation angle of the drawing object by the specified number of degrees.
InsertHyperlink(String, Boolean) Associates a hyperlink with the drawing object.
Move(Single, Single) Moves a floating object by a specified offset. Inherited from FloatingObject.
RemoveHyperlink() Removes the hyperlink associated with the current drawing object.
See Also