PowerTools SPREAD for Windows Forms 8.0J
Insert メソッド (HolidayCollection)


holidayを挿入する位置の0から始まるインデックス。
挿入する項目を表すIHolidayインタフェース実装オブジェクト。
コレクションに休日オブジェクトを挿入します。
構文
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal holiday As IHoliday _
) 
'使用法
 
Dim instance As HolidayCollection
Dim index As Integer
Dim holiday As IHoliday
 
instance.Insert(index, holiday)
public void Insert( 
   int index,
   IHoliday holiday
)

パラメータ

index
holidayを挿入する位置の0から始まるインデックス。
holiday
挿入する項目を表すIHolidayインタフェース実装オブジェクト。
参照

HolidayCollection クラス
HolidayCollection メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.