GrapeCity.Win.PluginInputMan アセンブリ > GrapeCity.Win.Spread.InputMan.CellType 名前空間 > MatchedListItemCollectionInfo クラス : Item プロパティ |
'Declaration
Public ReadOnly Default Property Item( _ ByVal index As Integer _ ) As ListItemInfo
'使用法
Dim instance As MatchedListItemCollectionInfo Dim index As Integer Dim value As ListItemInfo value = instance.Item(index)
public ListItemInfo this[ int index ]; {get;}