Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / FormulaCondition Class / Type Property


In This Topic
    Type Property (FormulaCondition)
    In This Topic
    Gets or sets the type of the custom value.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public Property Type As CustomValueType
    'Usage
     
    Dim instance As FormulaCondition
    Dim value As CustomValueType
     
    instance.Type = value
     
    value = instance.Type
    [DefaultValue("")]
    public CustomValueType Type {get; set;}

    Property Value

    The type of the custom value. The default value is null.
    See Also