Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel Class / ChildRelationCount Property


In This Topic
    ChildRelationCount Property (DefaultSheetDataModel)
    In This Topic
    Gets the number of the child data relations for a hierarchical display of data.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ChildRelationCount As Integer
    'Usage
     
    
    Dim instance As DefaultSheetDataModel
    Dim value As Integer
     
    value = instance.ChildRelationCount
    public int ChildRelationCount {get;}
    See Also