TdxSpreadSheetShape.ShapeType Property
In This Article
Specifies the shape of a floating container.
#Declaration
Delphi
property ShapeType: TdxSpreadSheetShapeType read; write;
#Property Value
Type |
---|
Tdx |
#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