バージョン

Item プロパティ (ConditionalFormatCollection)

インデクサー
シンタックス
'宣言
 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As ConditionBase
public ConditionBase this[ 
   int index
]; {get;}

パラメータ

index
項目のゼロから始まるインデックス。

プロパティ値

指定されたインデックスにある項目。
例外
例外解説
System.IndexOutOfRangeExceptionインデックスが負の数、または Count 以上の値の場合。
参照