TdxSpreadSheetContainerAnchorPoint.FixedToCell Property
In This Article
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 Fixed
See Also