DayInstanceCollectionInsertItem Method
Insert a day instance into the collection
Namespace: EWSoftware.PDIAssembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
protected override void InsertItem(
int index,
DayInstance item
)
Protected Overrides Sub InsertItem (
index As Integer,
item As DayInstance
)
protected:
virtual void InsertItem(
int index,
DayInstance^ item
) override
abstract InsertItem :
index : int *
item : DayInstance -> unit
override InsertItem :
index : int *
item : DayInstance -> unit
Parameters
- index Int32
- The index at which to insert the integer
- item DayInstance
- The day instance to insert
If the day instance already exists in the collection, it will be moved to the new
position.