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