GrapeCity.Win.PluginInputMan アセンブリ > GrapeCity.Win.Spread.InputMan.CellType 名前空間 > SideButtonCollection クラス > Item プロパティ : Item(Int32) プロパティ |
'Declaration Public Overloads Property Item( _ ByVal index As Integer _ ) As SideButtonBase
'使用法 Dim instance As SideButtonCollection Dim index As Integer Dim value As SideButtonBase instance.Item(index) = value value = instance.Item(index)
public SideButtonBase Item( int index ) {get; set;}
例外 | 説明 |
---|---|
System.ArgumentOutOfRangeException | indexパラメーターが、コレクションの有効なインデックスの範囲から外れています。 |