Leadtools.Forms.Auto Namespace > MasterFormCollection Class : Insert Method |
protected void Insert( int index, IMasterForm item )
'Declaration Protected Sub Insert( _ ByVal index As Integer, _ ByVal item As IMasterForm _ )
'Usage Dim instance As MasterFormCollection Dim index As Integer Dim item As IMasterForm instance.Insert(index, item)
protected: void Insert( int index, IMasterForm^ item )