Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Cell Class / Parent Property


In This Topic
    Parent Property (Cell)
    In This Topic
    Gets the parent for this cell.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Parent As Cells
    'Usage
     
    
    Dim instance As Cell
    Dim value As Cells
     
    value = instance.Parent
    public Cells Parent {get;}
    See Also