FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / FormulaDependentInfos Class / DependentObjects Property


In This Topic
DependentObjects Property
In This Topic
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.
Syntax
'Declaration
 
Public ReadOnly Property DependentObjects As Dictionary(Of IExpressionConsumer,Boolean())
 
'Usage
 
Dim instance As FormulaDependentInfos
Dim value As Dictionary(Of IExpressionConsumer,Boolean())
 
value = instance.DependentObjects
See Also