Spread WPF Documentation
GetExternalSource Method


Name of the workbook.
Name of the worksheet.
Gets the external source.
Syntax
'Declaration
 
Public Overridable Function GetExternalSource( _
   ByVal workbookName As System.String, _
   ByVal worksheetName As System.String _
) As ICalcSource
'Usage
 
Dim instance As CalcParserContext
Dim workbookName As System.String
Dim worksheetName As System.String
Dim value As ICalcSource
 
value = instance.GetExternalSource(workbookName, worksheetName)
public virtual ICalcSource GetExternalSource( 
   System.string workbookName,
   System.string worksheetName
)

Parameters

workbookName
Name of the workbook.
worksheetName
Name of the worksheet.

Return Value

An ICalcSource indicates the source which name is worksheetName.
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.