Spread Silverlight Documentation
Type Property (AverageCondition)


GrapeCity.Windows.SpreadSheet.Data Namespace > AverageCondition Class : Type Property
Gets the average condition type.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
Public Property Type As AverageConditionType
'Usage
 
Dim instance As AverageCondition
Dim value As AverageConditionType
 
instance.Type = value
 
value = instance.Type
[System.ComponentModel.DefaultValue()]
public AverageConditionType Type {get; set;}

Property Value

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

Reference

AverageCondition Class
AverageCondition Members