'宣言 Function FindString( _ ByVal value As System.String, _ Optional ByVal startIndex As System.Integer, _ Optional ByVal columnIndex As System.Integer, _ Optional ByVal caseSensitive As System.Boolean, _ Optional ByVal fullMatch As System.Boolean, _ Optional ByVal wrap As System.Boolean _ ) As System.Integer
System.int FindString( System.string value, System.int startIndex, System.int columnIndex, System.bool caseSensitive, System.bool fullMatch, System.bool wrap )
パラメータ
- value
- startIndex
- columnIndex
- caseSensitive
- fullMatch
- wrap