GrapeCity.Windows.SpreadGrid 名前空間 > CellValidator クラス : CreateTextLengthValidator メソッド |
'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 )