Spread Silverlight Documentation
Source Property (CalcExternalErrorExpression)


GrapeCity.CalcEngine.Expressions Namespace > CalcExternalErrorExpression Class : Source Property
Gets the owner of current error.
Syntax
'Declaration
 
Public ReadOnly Property Source As ICalcSource
'Usage
 
Dim instance As CalcExternalErrorExpression
Dim value As ICalcSource
 
value = instance.Source
public ICalcSource Source {get;}

Property Value

A GrapeCity.CalcEngine.ICalcSource value that represents the owner of current error.
See Also

Reference

CalcExternalErrorExpression Class
CalcExternalErrorExpression Members