Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetContainerAnchorPoint.FixedToCell Property

Specifies whether the container anchor point should move with the left and top borders of its anchor cell.

#Declaration

Delphi
property FixedToCell: Boolean read; write;

#Property Value

Type
Boolean

#Remarks

This property value is in effect only when the anchor cell object’s boundaries move as a result of column and/or row resize operations. If the FixedToCell property is set to True, the container anchor point’s position relative to the anchor cell object’s boundaries remains always the same. Otherwise, the container anchor point remains stationary while the anchor cell’s boundaries move:

Note

The FixedToCell property value is taken into account only if the floating container object‘s AnchorType property is set to catOneCell or catTwoCell.

See Also