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
/ set Method
The zero-based index of the item.
The object is being set to the specified index.
Collapse All
Expand All
In This Topic
set Method
In This Topic
Sets the item at the given zero-based index.
Syntax
void
set(
int
index
,
T
value
)
Parameters
index
The zero-based index of the item.
value
The object is being set to the specified index.
See Also
Reference
IItemList<T> Interface
IItemList<T> Members