TdxSpreadSheetShapeContainer.Shape Property
Specifies the shape settings for the floating shape container.
Declaration
property Shape: TdxSpreadSheetShape read; write;
Property Value
Type |
---|
TdxSpreadSheetShape |
Remarks
Use this property set to assign one of the supported geometric shapes to a floating container and customize its outline and fill settings.
All settings provided by the Shape property are valid for all descendants of the TdxSpreadSheetShapeContainer class except TdxSpreadSheetCommentContainer. Comment containers are always displayed as rectangles or squares, ignoring the Shape.ShapeType property value.
For additional information on shape-related floating container settings, refer to the TdxSpreadSheetShape class description and the Shape-Specific Settings topic.
See Also