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


In This Topic
DependentRows Property
In This Topic
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
See Also