FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread 名前空間 > FilterItemCollection クラス : Item プロパティ |
'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;}