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


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