TdxSpreadSheetReferencePath Members
Constructors
| Name | Description |
|---|---|
| Create(Integer,Integer,TObject) | Initializes a new instance of the TdxSpreadSheetReferencePath class with specified settings. |
Properties
| Name | Description |
|---|---|
| Column | Returns the index of the column to which the referred cell belongs. |
| Next | Returns the next node in a circular reference path chain. |
| Row | Returns the index of the row to which the referred cell belongs. |
| Sheet | Provides access to the worksheet to which the referred cell belongs. |
Methods
| Name | Description |
|---|---|
| Add(Integer,Integer,TObject) | Adds a new reference path node to the end of a circular reference path chain. |
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| Remove(Integer,Integer,TObject) | Destroys a reference path node that refers to the specified cell. |
| ToString | Inherited from TObject. |
See Also