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.Cell Property

Specifies a cell object to which the container anchor point is attached.

#Declaration

Delphi
property Cell: TdxSpreadSheetCell read; write;

#Property Value

Type Description
TdxSpreadSheetCell

A spreadsheet cell used as an anchor point for a floating container.

#Remarks

If the floating container object is anchored to a cell object, its anchor point matches the upper-left corner of the specified cell object’s boundaries. Additionally, you can specify the Offset property value to shift the cell anchor point from the cell object’s upper-left corner horizontally and/or vertically.

Applicability of the Cell property value depends on:

  • The floating container object’s AnchorType property value;

  • The anchor point’s position within the container’s bounding rectangle (i.e., either in the upper-left or bottom-right corner).

Note

To assign an anchor cell to the floating container, you need to create the corresponding cell object. If the floating container uses two anchor cell objects, both of them should be located within the same Table View worksheet.

See Also