Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / NumberCondition Class / IntegerValue Property


In This Topic
    IntegerValue Property
    In This Topic
    Gets or sets a value that indicates whether to only check integer values.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(False)>
    Public Property IntegerValue As Boolean
    'Usage
     
    Dim instance As NumberCondition
    Dim value As Boolean
     
    instance.IntegerValue = value
     
    value = instance.IntegerValue
    [DefaultValue(false)]
    public bool IntegerValue {get; set;}

    Property Value

    true if the comparison only checks integer values; otherwise, false. The default value is false.
    See Also