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


In This Topic
    DependentCells Property
    In This Topic
    Gets the collection of dependent cells.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DependentCells As IEnumerable(Of FormulaDependentInfos.Cell)
    'Usage
     
    
    Dim instance As FormulaDependentInfos
    Dim value As IEnumerable(Of FormulaDependentInfos.Cell)
     
    value = instance.DependentCells
    public IEnumerable<FormulaDependentInfos.Cell> DependentCells {get;}
    See Also