Skip to main content

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

TdxSpreadSheetShape.ShapeType Property

Specifies the shape of a floating container.

#Declaration

Delphi
property ShapeType: TdxSpreadSheetShapeType read; write;

#Property Value

Type
TdxSpreadSheetShapeType

#Remarks

Use this property to switch between shape available for shape, picture, and text box containers. The property has no effect on a comment container that can be either a square or rectangle depending on the aspect ratio. Refer to the TdxSpreadSheetShapeType type description for details on available options.

See Also