Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadChildControlContainer Class / Count Property


In This Topic
    Count Property (SpreadChildControlContainer)
    In This Topic
    Gets the number of children in the child control container.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Count As Integer
    'Usage
     
    
    Dim instance As SpreadChildControlContainer
    Dim value As Integer
     
    value = instance.Count
    public int Count {get;}
    See Also