GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGroup Class / Insert Method
In This Topic
    Insert Method
    In This Topic
    Provide a GoObject-specific implementation of Insert, which just calls Add or InsertBefore.
    Syntax
    public virtual void Insert( 
       int index,
       GoObject obj
    )

    Parameters

    index
    obj
    See Also