TdxSpreadSheetReferencePath.Remove(Integer,Integer,TObject) Method
Destroys a reference path node that refers to the specified cell.
Declaration
procedure Remove(ARow: Integer; AColumn: Integer; ASheet: TObject);
Parameters
Name | Type |
---|---|
ARow | Integer |
AColumn | Integer |
ASheet | TObject |
Remarks
This procedure iterates backwards through the circular reference path chain to which the current node belongs and checks if there is a node whose Row, Column, and Sheet property values match the ARow, AColumn, and ASheet parameters, respectively. The procedure destroys the first matching node and links its neighbors together if the destroyed node is not at the end of the chain.
See Also