Spread WPF Documentation
GetExternalSourceToken Method


The source.
Gets the external source token.
Syntax
'Declaration
 
Public Overridable Function GetExternalSourceToken( _
   ByVal source As ICalcSource _
) As System.String
'Usage
 
Dim instance As CalcParserContext
Dim source As ICalcSource
Dim value As System.String
 
value = instance.GetExternalSourceToken(source)
public virtual System.string GetExternalSourceToken( 
   ICalcSource source
)

Parameters

source
The source.

Return Value

A System.String indicates the external source token.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

CalcParserContext Class
CalcParserContext Members

 

 


Copyright © GrapeCity, inc. All rights reserved.