[]
Represents the result which contains the information of all dependent formula containers in a sheetview that have formula references to cells in a cell range or a table.
public class FormulaDependentInfos
Public Class FormulaDependentInfos
| Name | Description |
|---|---|
| FormulaDependentInfos(string) | Represents the FormulaDependentInfos constructor. |
| Name | Description |
|---|---|
| DependentCells | Gets the collection of dependent cells. |
| DependentColumns | Gets the collection of dependent columns. |
| DependentCommonNames | Gets a list of dependent common names. |
| DependentObjects | Gets the dictionary of dependent epression consumer objects. Each dependent epression consumer object has a corresponding boolean array that indicates if the formulas of that object refer to cells in a cell range or a table. |
| DependentRows | Gets the collection of dependent rows. |
| DependentScopeNames | Gets a list of dependent scope names. |
| ModelName | Gets the sheetview's name. |
| Name | Description |
|---|---|
| AddCell(int, int) | Adds a dependent cell. |
| AddColumn(int) | Adds a dependent column. |
| AddCommonName(string) | Adds a common name. |
| AddObject(IExpressionConsumer, bool[]) | Adds a dependent expression consumer object. |
| AddObject(IExpressionConsumer, int) | Adds a specified index of the dependent expression consumer object. |
| AddRow(int) | Adds a dependent row. |
| AddScopeName(string) | Adds a scope name. |