Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.forms Package / IItemList<T> Interface

In This Topic
    IItemList<T> Interface Methods
    In This Topic

    For a list of all members of this type, see IItemList<T> members.

    Public Methods
     NameDescription
     MethodGets the item at the given zero-based index.  
     MethodReturns the index in this collection where the specified item is located.  
     MethodInserts an element into the collection at the specified index.  
     MethodRemoves the element at the specified index of the collection.  
     MethodSets the item at the given zero-based index.  
    Top
    See Also