GrapeCity.Win.PluginInputMan アセンブリ > GrapeCity.Win.Spread.InputMan.CellType 名前空間 > SideButtonCollection クラス : IndexOf メソッド |
'Declaration Public Function IndexOf( _ ByVal value As SideButtonBase _ ) As Integer
'使用法 Dim instance As SideButtonCollection Dim value As SideButtonBase Dim value As Integer value = instance.IndexOf(value)
public int IndexOf( SideButtonBase value )
オブジェクトがコレクションに含まれている場合は、そのインデックスを表すInt32値。
オブジェクトがコレクションに含まれない場合は、-1。