Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / FormulaDependentInfos Class / DependentScopeNames Property


In This Topic
    DependentScopeNames Property
    In This Topic
    Gets a list of dependent scope names.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DependentScopeNames As List(Of String)
    'Usage
     
    
    Dim instance As FormulaDependentInfos
    Dim value As List(Of String)
     
    value = instance.DependentScopeNames
    public List<string> DependentScopeNames {get;}
    See Also