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

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

    The following tables list the members exposed by IItemList<T>.

    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