GrapeCity SPREAD for Windows Forms 11.0J
DifferenceValue プロパティ


指定した値と比較値の差を取得または設定します。
構文
'Declaration
 
Public Property DifferenceValue As Object
'使用法
 
Dim instance As CompareValueBaseValidator
Dim value As Object
 
instance.DifferenceValue = value
 
value = instance.DifferenceValue
public object DifferenceValue {get; set;}

プロパティ値

指定した値と比較値の差を表すSystem.Object。デフォルト値はnull 参照 (Visual Basicでは Nothing)です。
解説
検証する値を比較値から減算した結果をDifferenceValueと比較できます。
参照

CompareValueBaseValidator クラス
CompareValueBaseValidator メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.