Spread Windows Forms 13.0 Product Documentation
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / GeometryDrawing Class / ChildCount Property


In This Topic
    ChildCount Property
    In This Topic
    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