PowerTools SPREAD for Windows Forms 8.0J
Item プロパティ (FilterItemCollection)


コレクション内のカスタムフィルタのインデックス
カスタム フィルタ項目をコレクションから取得します。
構文
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As IFilterItem
'使用法
 
Dim instance As FilterItemCollection
Dim index As Integer
Dim value As IFilterItem
 
value = instance.Item(index)
public IFilterItem this[ 
   int index
]; {get;}

パラメータ

index
コレクション内のカスタムフィルタのインデックス

プロパティ値

フィルタ項目を含むIFilterItemオブジェクト
参照

FilterItemCollection クラス
FilterItemCollection メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.