GrapeCity.Win.PluginInputMan アセンブリ > GrapeCity.Win.Spread.InputMan.CellType 名前空間 > ListItemCollectionInfo クラス : FindStringExact メソッド |
'Declaration
Public Function FindStringExact( _ 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.FindStringExact(s, startIndex, findTargetColumnIndex)
public int FindStringExact( string s, int startIndex, int findTargetColumnIndex )