TdxSpreadSheetShape.ShapeType Property
Specifies the shape of a floating container.
Declaration
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