Spread Silverlight Documentation
ConvertToExternal Method (CalcNameIdentity)


GrapeCity.CalcEngine Namespace > CalcNameIdentity Class : ConvertToExternal Method
The source.
Converts to external identity.
Syntax
'Declaration
 
Public Overrides Function ConvertToExternal( _
   ByVal source As ICalcSource _
) As CalcExternalIdentity
'Usage
 
Dim instance As CalcNameIdentity
Dim source As ICalcSource
Dim value As CalcExternalIdentity
 
value = instance.ConvertToExternal(source)
public override CalcExternalIdentity ConvertToExternal( 
   ICalcSource source
)

Parameters

source
The source.

Return Value

The external identity
See Also

Reference

CalcNameIdentity Class
CalcNameIdentity Members