GrapeCity.Windows.SpreadGrid 名前空間 > CellValidator クラス : CreateNumberValidator メソッド |
'Declaration
Public Shared Function CreateNumberValidator( _ ByVal typeOperator As ComparisonOperator, _ ByVal v1 As Object, _ ByVal v2 As Object, _ ByVal isIntegerValue As Boolean, _ ByVal errorMessage As String _ ) As CellValidator
public static CellValidator CreateNumberValidator( ComparisonOperator typeOperator, object v1, object v2, bool isIntegerValue, string errorMessage )