DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / ISupportEditing Interface
Methods

In This Topic
    ISupportEditing Interface Members
    In This Topic

    The following tables list the members exposed by ISupportEditing.

    Public Methods
     NameDescription
     MethodDetermines whether a new item can be inserted in the collection at the specified index.  
     MethodDetermines whether the item at fromIndex can be moved to toIndex.  
     MethodDetermines whether the item at the specified index can be removed from the collection.  
     MethodDetermines whether the item at the specified index can be replaced in the collection.  
     MethodInserts the specified item at the specified index in the collection.  
     MethodMoves an item from the specified fromIndex to toIndex.  
     MethodRemoves the item at the specified index from the collection.  
     MethodReplaces the item at the specified index by the specified item.  
    Top
    See Also