'Declaration Sub InsertChildAt( _ ByVal index As Integer, _ ByVal element As ILayoutElement _ )
'Usage Dim instance As ILayoutGroup Dim index As Integer Dim element As ILayoutElement instance.InsertChildAt(index, element)
void InsertChildAt( int index, ILayoutElement element )
Parameters
- index
- The index at which the child element will be inserted.
- element
- The element that will be inserted.