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