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


In This Topic
    ChildRelationCount Property (SheetView)
    In This Topic
    Gets the number of child views in a hierarchical display for this sheet.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property ChildRelationCount As Integer
    'Usage
     
    
    Dim instance As SheetView
    Dim value As Integer
     
    value = instance.ChildRelationCount
    public virtual int ChildRelationCount {get;}

    Property Value

    Integer number of child relation sheets for this parent sheet.
    Remarks
    This property is available at run time only.
    Example
    This example returns the number of child relations.
    See Also