Spread Windows Forms 17
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
    public List<string> DependentCommonNames {get;}
    See Also