Spread Silverlight Documentation
Source Property (CalcExternalExpression)


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

Property Value

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

Reference

CalcExternalExpression Class
CalcExternalExpression Members