Spread WPF 17
GrapeCity.CalcEngine Namespace / CalcParserContext Class / GetExternalSource Method
Name of the workbook.
Name of the worksheet.


In This Topic
    GetExternalSource Method
    In This Topic
    Gets the external source.
    Syntax
    'Declaration
     
    Public Overridable Function GetExternalSource( _
       ByVal workbookName As String, _
       ByVal worksheetName As String _
    ) As ICalcSource
    'Usage
     
    Dim instance As CalcParserContext
    Dim workbookName As String
    Dim worksheetName As String
    Dim value As ICalcSource
     
    value = instance.GetExternalSource(workbookName, worksheetName)
    public virtual ICalcSource GetExternalSource( 
       string workbookName,
       string worksheetName
    )

    Parameters

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

    Return Value

    An ICalcSource indicates the source which name is worksheetName.
    See Also