GrapeCity SPREAD for WPF 2.0J
Search(String,Int32,Int32) メソッド

検索文字列
検索文字列が一番初めに見つかった行のインデックス
検索文字列が一番初めに見つかった列のインデックス
全セルからテキストから指定の文字列を検索します。
構文
'Declaration
 
Public Overloads Sub Search( _
   ByVal searchString As String, _
   ByRef foundRowIndex As Integer, _
   ByRef foundColumnIndex As Integer _
) 
public void Search( 
   string searchString,
   out int foundRowIndex,
   out int foundColumnIndex
)

パラメータ

searchString
検索文字列
foundRowIndex
検索文字列が一番初めに見つかった行のインデックス
foundColumnIndex
検索文字列が一番初めに見つかった列のインデックス
参照

GcSpreadGrid クラス
GcSpreadGrid メンバ
オーバーロード一覧

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.