public void SearchWithDialog( int sheetIndex, string searchString, bool caseSensitive, bool exactMatch, bool alternateSearch, bool useWildcards, int startRowIndex, int startColumnIndex )
'宣言 Public Overloads Sub SearchWithDialog( _ ByVal sheetIndex As Integer, _ ByVal searchString As String, _ ByVal caseSensitive As Boolean, _ ByVal exactMatch As Boolean, _ ByVal alternateSearch As Boolean, _ ByVal useWildcards As Boolean, _ ByVal startRowIndex As Integer, _ ByVal startColumnIndex As Integer _ )
'宣言
Public Overloads Sub SearchWithDialog( _ ByVal sheetIndex As Integer, _ ByVal searchString As String, _ ByVal caseSensitive As Boolean, _ ByVal exactMatch As Boolean, _ ByVal alternateSearch As Boolean, _ ByVal useWildcards As Boolean, _ ByVal startRowIndex As Integer, _ ByVal startColumnIndex As Integer _ )
SearchWithDialogメソッドに列挙されている制限事項を参照してください。
fpSpread1.SearchWithDialog(0,"This",true,false,false,false,0,0);
FpSpread1.SearchWithDialog(0,"This",true,false,false,false,0,0);
FpSpread クラス FpSpread メンバ オーバーロード一覧
© MESCIUS inc. All rights reserved.