Spread Silverlight Documentation
Type Property (FormulaCondition)


GrapeCity.Windows.SpreadSheet.Data Namespace > FormulaCondition Class : Type Property
Gets or sets the type of the custom value.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
Public Property Type As CustomValueType
'Usage
 
Dim instance As FormulaCondition
Dim value As CustomValueType
 
instance.Type = value
 
value = instance.Type
[System.ComponentModel.DefaultValue()]
public CustomValueType Type {get; set;}

Property Value

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

Reference

FormulaCondition Class
FormulaCondition Members