GrapeCity SPREAD for WPF 2.0J
CreateTextLengthValidator メソッド

ComparisonOperator 比較演算子のタイプ。
最初のオブジェクト。
2番目のオブジェクト。
エラーメッセージ文字列。
テキストの長さに基づいてバリデーターを作成します。
構文
'Declaration
 
Public Shared Function CreateTextLengthValidator( _
   ByVal typeOperator As ComparisonOperator, _
   ByVal v1 As Object, _
   ByVal v2 As Object, _
   ByVal errorMessage As String _
) As CellValidator
public static CellValidator CreateTextLengthValidator( 
   ComparisonOperator typeOperator,
   object v1,
   object v2,
   string errorMessage
)

パラメータ

typeOperator
ComparisonOperator 比較演算子のタイプ。
v1
最初のオブジェクト。
v2
2番目のオブジェクト。
errorMessage
エラーメッセージ文字列。

戻り値の型

新しいバリデーターを返します。
参照

CellValidator クラス
CellValidator メンバ

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.