SetItem Method (WorkWeekCollection)
In This Topic
Replaces the item at the specified index.
Syntax
'Declaration
Protected Overrides Sub SetItem( _
ByVal As Integer, _
ByVal As WorkWeek _
)
protected override void SetItem(
int ,
WorkWeek
)
Parameters
- index
- newItem
See Also