Skip to main content

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

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