バージョン

Item(Int32) プロパティ

インデックスに基づいてコレクションから項目を取得します。
シンタックス
'宣言
 
Public Overloads Shadows Property Item( _
   ByVal index As Integer _
) As SummaryRowSetting
public new SummaryRowSetting Item( 
   int index
) {get; set;}

パラメータ

index
コレクションから取得する SummaryRowSetting の 0 から始まるインデックス番号。
参照