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


In This Topic
    SheetView Property (CreateChildViewEventArgs)
    In This Topic
    Gets the child sheet (SheetView object) being created.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SheetView As SheetView
    'Usage
     
    
    Dim instance As CreateChildViewEventArgs
    Dim value As SheetView
     
    value = instance.SheetView
    public SheetView SheetView {get;}

    Property Value

    SheetView object containing the sheet
    Example
    This example changes the color of the row in the child relation based on the relation name.
    See Also