Skip to main content

TdxSpreadSheetContainerAnchorPoint Class

A floating container object‘s anchor point.

Declaration

TdxSpreadSheetContainerAnchorPoint = class(
    TcxOwnedPersistent
)

Remarks

This class implements the anchor points used to determine both the position and size of floating containers within a worksheet. The first and second anchor points correspond to the upper-left and bottom-right corners of the container’s bounding rectangle, respectively.

The anchor point’s position can be specified by using the Cell and/or Offset properties, whose functionality depends on the floating container object’s AnchorType property value. The FixedToCell property determines the anchor point’s behavior when the anchor cell is moved as a result of table item resize operations.

For additional information on container anchoring, refer to the Anchoring Settings topic.

A TdxSpreadSheetContainerAnchorPoint object is referenced by the floating container object’s AnchorPoint1 and AnchorPoint2 properties.

Inheritance

TObject
TPersistent
TcxOwnedPersistent
TdxSpreadSheetContainerAnchorPoint
See Also