public int FindObject( object obj, int startIndex, int findTargetColumnIndex )
'Declaration Public Function FindObject( _ ByVal obj As Object, _ ByVal startIndex As Integer, _ ByVal findTargetColumnIndex As Integer _ ) As Integer
'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)
'使用法
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)
ListItemCollectionInfo クラス ListItemCollectionInfo メンバ
© 2004-2017, GrapeCity inc. All rights reserved.