StringCollectionInsertItem Method
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
protected override void InsertItem(
int index,
string item
)
Protected Overrides Sub InsertItem (
index As Integer,
item As String
)
protected:
virtual void InsertItem(
int index,
String^ item
) override
abstract InsertItem :
index : int *
item : string -> unit
override InsertItem :
index : int *
item : string -> unit
Parameters
- index Int32
- The index at which to insert the item
- item String
- The item to insert