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

TdxSpreadSheetContainers.IsCellUsed(TdxSpreadSheetCell) Method

Returns a value indicating whether the specified cell object is used as an anchor cell by at least one floating container object within the collection.

#Declaration

Delphi
function IsCellUsed(ACell: TdxSpreadSheetCell): Boolean;

#Parameters

Name Type
ACell TdxSpreadSheetCell

#Returns

Type
Boolean

#Remarks

This function returns True if the cell object passed as the ACell parameter serves as an anchor cell for at least one floating container object within a Table View worksheet. Otherwise, the IsAnchorCell function returns False.

Note

A floating container can anchor to cell objects only if its AnchorType property is set to either catOneCell or catTwoCell.

See Also