TdxSpreadSheetShape Class
Contains all shape appearance settings of a floating container.
#Declaration
Delphi
TdxSpreadSheetShape = class(
TdxSpreadSheetCustomDrawingObject
)
#Remarks
This class provides the following members that allow you to:
Switch between available shape types (ShapeType).
Specify the shape’s background fill settings (Brush).
Show and customize the shape’s outline (Pen).
Assign one of the supported geometric shape types to a picture, shape, or text box container (ShapeType).
#Direct TdxSpreadSheetShape Class Reference
A floating container’s Shape property references a TdxSpreadSheetShape
object.
#Inheritance
See Also