Spread Windows Forms 12.0 Product Documentation
DependentCells Property


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > FormulaDependentInfos Class : DependentCells Property
Gets the collection of dependent cells.
Syntax
'Declaration
 
Public ReadOnly Property DependentCells As IEnumerable(Of FormulaDependentInfos.Cell)
'Usage
 
Dim instance As FormulaDependentInfos
Dim value As IEnumerable(Of FormulaDependentInfos.Cell)
 
value = instance.DependentCells
public IEnumerable<FormulaDependentInfos.Cell> DependentCells {get;}
See Also

Reference

FormulaDependentInfos Class
FormulaDependentInfos Members