API Reference
Class
ExcelFormulaDependencyNode
Formula cell node in a workbook-level dependency graph.
Inheritance
- Object
- ExcelFormulaDependencyNode
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Inherited Methods
Properties
public String Reference { get; } #Qualified formula cell reference, such as Sheet1!A1.
public String CellReference { get; } #A1 cell reference.
public IReadOnlyList<String> Dependencies { get; } #Direct A1/range dependencies detected for this formula.
public IReadOnlyList<String> FormulaDependencies { get; } #Formula cells directly referenced by this formula cell.
public IReadOnlyList<String> Dependents { get; } #Formula cells that directly depend on this formula cell.
public IReadOnlyList<String> DependencyIssues { get; } #Dependency diagnostics associated with this formula cell.
public Nullable<Int32> DependencyDepth { get; } #Resolvable dependency depth for this formula cell, or null when a circular dependency prevents a finite depth.
public Boolean IsCircular { get; } #True when this formula cell participates directly in a circular reference.
public Boolean HasDependencyIssues { get; } #True when dependency diagnostics found one or more issues.