TdxSpreadSheetContainerAnchorPoint.FixedToCell Property
Specifies whether the container anchor point should move with the left and top borders of its anchor cell.
Declaration
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