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


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

    Property Value

    Returns the type of average condition. The default value is Above.
    See Also