GrapeCity.Win.PluginInputMan アセンブリ > GrapeCity.Win.Spread.InputMan.CellType 名前空間 > SubItemCollectionInfo クラス : IndexOf メソッド |
'Declaration
Public Function IndexOf( _ ByVal item As SubItemInfo _ ) As Integer
'使用法
Dim instance As SubItemCollectionInfo Dim item As SubItemInfo Dim value As Integer value = instance.IndexOf(item)
public int IndexOf( SubItemInfo item )