BaseComboBoxCellObjectCollectionInsert Method
Insert a value into the collection at the specified index
Namespace: EWSoftware.ListControls.DataGridViewControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
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.