Spread WPF 17
GrapeCity.CalcEngine Namespace / CalcRangeIdentity Class / ConvertToExternal Method
The source.


In This Topic
    ConvertToExternal Method (CalcRangeIdentity)
    In This Topic
    Converts to external identity.
    Syntax
    'Declaration
     
    Public Overrides Function ConvertToExternal( _
       ByVal source As ICalcSource _
    ) As CalcExternalIdentity
    'Usage
     
    Dim instance As CalcRangeIdentity
    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