Spread Silverlight Documentation
ExpectedValue Property


GrapeCity.Windows.SpreadSheet.Data Namespace > ConditionBase Class : ExpectedValue Property
Gets or sets the expected value.
Syntax
'Declaration
 
Public Property ExpectedValue As System.Object
'Usage
 
Dim instance As ConditionBase
Dim value As System.Object
 
instance.ExpectedValue = value
 
value = instance.ExpectedValue
public System.object ExpectedValue {get; set;}

Property Value

The expected value.
See Also

Reference

ConditionBase Class
ConditionBase Members