Spread Windows Forms 12.0 Product Documentation
DependentRows Property


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

Reference

FormulaDependentInfos Class
FormulaDependentInfos Members