PowerTools PlusPak for Windows Forms 8.0J
Insert(Int32,DateTime) メソッド

選択日付を追加する位置
挿入する DateTime。
SelectionCollectionコレクションのインデックスで指定した位置に選択日付を追加します。
構文
Public Overloads Sub Insert( _
   ByVal index As Integer, _
   ByVal date As Date _
) 
public void Insert( 
   int index,
   DateTime date
)

パラメータ

index
選択日付を追加する位置
date
挿入する DateTime。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

SelectionCollection クラス
SelectionCollection メンバ
オーバーロード一覧

Send Feedback