API Reference
Class
ExcelFormulaDependencyGraph
Workbook-level dependency graph built from formula inspection metadata.
Inheritance
- Object
- ExcelFormulaDependencyGraph
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
Methods
public ExcelFormulaDependencyNode FindNode(String sheetName, String cellReference) #Returns:
ExcelFormulaDependencyNodeFinds a formula dependency node by worksheet name and cell reference.
Parameters
- sheetName System.String
- cellReference System.String
public String ToMarkdown() #Returns:
StringReturns a compact Markdown report of formula dependencies and dependents.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object