'宣言 Public Sub Insert( _ ByVal index As System.Integer, _ ByVal ro As RenderObject _ )
'使用法 Dim instance As RenderObjectCollection Dim index As System.Integer Dim ro As RenderObject instance.Insert(index, ro)
public void Insert( System.int index, RenderObject ro )
パラメータ
- index
- The index where to insert the object.
- ro
- The object to insert.