バージョン

Item(Int32) プロパティ

コレクション内の指定した順序位置にある TaskColumn インスタンスを返します。
シンタックス
'宣言
 
Public Overloads ReadOnly Property Item( _
   ByVal index As Integer _
) As TaskColumn
public TaskColumn Item( 
   int index
) {get;}

パラメータ

index
返される TaskColumn のインデックス。
参照