FarPoint.Win.Spread アセンブリ > FarPoint.Win.Spread 名前空間 > FilterBarCellCollection クラス : Item プロパティ |
'宣言
Public ReadOnly Default Property Item( _ ByVal index As Integer _ ) As FilterBarCell
public FilterBarCell this[ int index ]; {get;}
例外 | 解説 |
---|---|
System.IndexOutOfRangeException | 指定された項目インデックスが有効ではありません。ゼロから列の総数までの値を指定する必要があります。 |