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


In This Topic
DependentColumns Property
In This Topic
Gets the collection of dependent columns.
Syntax
'Declaration
 
Public ReadOnly Property DependentColumns As IEnumerable(Of Integer)
 
'Usage
 
Dim instance As FormulaDependentInfos
Dim value As IEnumerable(Of Integer)
 
value = instance.DependentColumns
See Also