Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / Parent Property
Example


In This Topic
    Parent Property (SheetView)
    In This Topic
    Gets the reference to the parent sheet (SheetView object).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Parent As SheetView
    'Usage
     
    
    Dim instance As SheetView
    Dim value As SheetView
     
    value = instance.Parent
    public SheetView Parent {get;}

    Property Value

    SheetView object containing the parent sheet
    Remarks
    This property is available at run time only.
    Example
    This example returns the parent of the child view.
    See Also

    Reference

    SheetView Class
    SheetView Members

    User-Task Documentation

    Object Parentage