Insert Method

Summary
Inserts an item to the MasterFormsCategoryCollection at the specified index.
Syntax
C#
VB
C++
protected virtual void Insert( 
   int index, 
   IMasterFormsCategory item 
) 
  
Protected Sub Insert( _ 
   ByVal index As Integer, _ 
   ByVal item As IMasterFormsCategory _ 
)  
protected: 
void Insert(  
   int index, 
   IMasterFormsCategory^ item 
)  

Parameters

index
Index to insert the item.

item
The item to be inserted.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.