Spread Windows Forms 12.0 Product Documentation
DependentObjects Property


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > FormulaDependentInfos Class : DependentObjects Property
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
public Dictionary<IExpressionConsumer,bool[]> DependentObjects {get;}
See Also

Reference

FormulaDependentInfos Class
FormulaDependentInfos Members