Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / Parent Property


In This Topic
    Parent Property (ExcelShape)
    In This Topic
    Gets or sets the parent.
    Syntax
    'Declaration
     
    
    Public Property Parent As ExcelShape
    'Usage
     
    
    Dim instance As ExcelShape
    Dim value As ExcelShape
     
    instance.Parent = value
     
    value = instance.Parent
    public ExcelShape Parent {get; set;}

    Property Value

    parent
    See Also