Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / GeometryDrawing Class / ChildCount Property


In This Topic
    ChildCount Property (GeometryDrawing)
    In This Topic
    Gets the total number of child geometry drawings.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ChildCount As Integer
    'Usage
     
    
    Dim instance As GeometryDrawing
    Dim value As Integer
     
    value = instance.ChildCount
    public int ChildCount {get;}
    See Also