GrapeCity.Win.PluginInputMan アセンブリ > GrapeCity.Win.Spread.InputMan.CellType 名前空間 > ListItemCollectionInfo クラス : FindObject メソッド |
'Declaration
Public Function FindObject( _ ByVal obj As Object, _ ByVal startIndex As Integer, _ ByVal findTargetColumnIndex As Integer _ ) As Integer
'使用法
Dim instance As ListItemCollectionInfo Dim obj As Object Dim startIndex As Integer Dim findTargetColumnIndex As Integer Dim value As Integer value = instance.FindObject(obj, startIndex, findTargetColumnIndex)
public int FindObject( object obj, int startIndex, int findTargetColumnIndex )