PowerTools SPREAD for Windows Forms 8.0J
ExactMatch プロパティ


検索で文字列の完全一致のみを認めるかどうかを表す値を取得または設定します。
構文
'Declaration
 
Public Overridable Property ExactMatch As Boolean
'使用法
 
Dim instance As SearchDialog
Dim value As Boolean
 
instance.ExactMatch = value
 
value = instance.ExactMatch
public virtual bool ExactMatch {get; set;}

プロパティ値

Boolean:完全一致を検索する場合は True、それ以外の場合は False
fpSpread1.SearchWithDialog("");

fpSpread1.SearchDialog.AlternateSearch = true;

fpSpread1.SearchDialog.CaseSensitive = false;

fpSpread1.SearchDialog.ExactMatch = false;

fpSpread1.SearchDialog.SearchString = "155";

fpSpread1.SearchDialog.SheetIndex = 0;

fpSpread1.SearchDialog.StartColumnIndex = 0;

fpSpread1.SearchDialog.StartRowIndex = 0;

fpSpread1.SearchDialog.UseWildcards = false;
FpSpread1.SearchWithDialog("")

FpSpread1.SearchDialog.AlternateSearch = True

FpSpread1.SearchDialog.CaseSensitive = False

FpSpread1.SearchDialog.ExactMatch = False

FpSpread1.SearchDialog.SearchString = "155"

FpSpread1.SearchDialog.SheetIndex = 0

FpSpread1.SearchDialog.StartColumnIndex = 0

FpSpread1.SearchDialog.StartRowIndex = 0

FpSpread1.SearchDialog.UseWildcards = False
参照

SearchDialog クラス
SearchDialog メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.