Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / FormulaDependentInfos Class / DependentCommonNames Property


In This Topic
DependentCommonNames Property
In This Topic
Gets a list of dependent common names.
Syntax
'Declaration
 
Public ReadOnly Property DependentCommonNames As List(Of String)
 
'Usage
 
Dim instance As FormulaDependentInfos
Dim value As List(Of String)
 
value = instance.DependentCommonNames
See Also