Document Solutions for Excel, Java Edition | Document Solutions
Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.forms Package
/
IItemList<T> Interface
/ insert Method
The zero-based index at which to insert the item.
The item to insert.
Collapse All
Expand All
In This Topic
insert Method
In This Topic
Inserts an element into the collection at the specified index.
Syntax
void
insert(
int
index
,
T
item
)
Parameters
index
The zero-based index at which to insert the item.
item
The item to insert.
See Also
Reference
IItemList<T> Interface
IItemList<T> Members