GrapeCity.Win.MultiRow.v80 アセンブリ > GrapeCity.Win.MultiRow.PlusPak 名前空間 > FontInfoCollection クラス : FindString メソッド |
Public Function FindString( _ ByVal s As String, _ ByVal startIndex As Integer _ ) As Integer
public int FindString( string s, int startIndex )
例外 | 解説 |
---|---|
System.ArgumentOutOfRangeException | startIndexが0未満です。 またはstartIndexがコレクションの項目数以上です。 |