GrapeCity.Win.CalendarGrid.v20 アセンブリ > GrapeCity.Win.CalendarGrid.InputMan 名前空間 > ItemTemplateCollection クラス : SetItem メソッド |
Protected Overrides Sub SetItem( _ ByVal index As Integer, _ ByVal item As ItemTemplate _ )
protected override void SetItem( int index, ItemTemplate item )
例外 | 解説 |
---|---|
System.ArgumentOutOfRangeException | index が 0 未満か、項目の数以上です。 |
System.ArgumentNullException | item が null 参照 (Visual Basicでは Nothing) です。 |
System.ArgumentException | item はすでに別の ItemTemplateCollection に追加されています。 |