Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / Parent Property


In This Topic
    Parent Property (SheetView)
    In This Topic
    Gets or sets the name of the parent sheet (SheetView object) of this sheet.
    Syntax
    'Declaration
     
    
    Public Property Parent As SheetView
    'Usage
     
    
    Dim instance As SheetView
    Dim value As SheetView
     
    instance.Parent = value
     
    value = instance.Parent
    public SheetView Parent {get; set;}
    See Also