StringCollectionSetItem Method
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
protected override void SetItem(
int index,
string item
)
Protected Overrides Sub SetItem (
index As Integer,
item As String
)
protected:
virtual void SetItem(
int index,
String^ item
) override
abstract SetItem :
index : int *
item : string -> unit
override SetItem :
index : int *
item : string -> unit
Parameters
- index Int32
- The index of the item to set
- item String
- The item to store at the specified position