TdxSpreadSheetContainers.IsCellUsed(TdxSpreadSheetCell) Method
In This Article
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 | Tdx |
#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 Anchor
See Also