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


In This Topic
    Type Property (Top10Condition)
    In This Topic
    Gets or sets the top 10 condition type.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property Type As Top10ConditionType
    'Usage
     
    Dim instance As Top10Condition
    Dim value As Top10ConditionType
     
    instance.Type = value
     
    value = instance.Type
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public Top10ConditionType Type {get; set;}

    Property Value

    The top 10 condition type. The default value is Top.
    See Also