Day Instance CollectionInsert Item Method
Insert a day instance into the collection
Definition
Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
C#
protected override void InsertItem(
int index,
DayInstance item
)VB
Protected Overrides Sub InsertItem (
index As Integer,
item As DayInstance
)C++
protected:
virtual void InsertItem(
int index,
DayInstance^ item
) overrideF#
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
Remarks
If the day instance already exists in the collection, it will be moved to the new
position.