Skip to main content

TdxSpreadSheetReferencePath.Add(Integer,Integer,TObject) Method

Adds a new reference path node to the end of a circular reference path chain.

Declaration

procedure Add(ARow: Integer; AColumn: Integer; ASheet: TObject);

Parameters

Name Type
ARow Integer
AColumn Integer
ASheet TObject

Remarks

This procedure creates a new reference path node and appends it to the circular reference path chain to which the current reference path node belongs. The ARow, AColumn, and ASheet parameter values initialize the appended node’s Row, Column, and Sheet properties, respectively.

See Also