BaseListControlObjectCollectionInsert Method
Insert a value into the collection at the specified index
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public void Insert(
int index,
Object value
)
Public Sub Insert (
index As Integer,
value As Object
)
public:
virtual void Insert(
int index,
Object^ value
) sealed
abstract Insert :
index : int *
value : Object -> unit
override Insert :
index : int *
value : Object -> unit
- index Int32
- The index at which to insert the item
- value Object
- The value to insert
IListInsert(Int32, Object) If the collection is sorted, the value is added to the collection and the collection is
resorted. The value may or may not end up at the requested index.