public int FindString( string s, int startIndex, int findTargetColumnIndex )
'Declaration Public Function FindString( _ ByVal s As String, _ ByVal startIndex As Integer, _ ByVal findTargetColumnIndex As Integer _ ) As Integer
'Declaration
Public Function FindString( _ ByVal s As String, _ ByVal startIndex As Integer, _ ByVal findTargetColumnIndex As Integer _ ) As Integer
'使用法 Dim instance As ListItemCollectionInfo Dim s As String Dim startIndex As Integer Dim findTargetColumnIndex As Integer Dim value As Integer value = instance.FindString(s, startIndex, findTargetColumnIndex)
'使用法
Dim instance As ListItemCollectionInfo Dim s As String Dim startIndex As Integer Dim findTargetColumnIndex As Integer Dim value As Integer value = instance.FindString(s, startIndex, findTargetColumnIndex)
ListItemCollectionInfo クラス ListItemCollectionInfo メンバ
© 2004-2017, GrapeCity inc. All rights reserved.