Spread WPF 17
GrapeCity.Excel Namespace / IExternalRange Interface / WorkbookName Property


In This Topic
    WorkbookName Property (IExternalRange)
    In This Topic
    External References workbook name.
    Syntax
    'Declaration
     
    Property WorkbookName As String
    'Usage
     
    Dim instance As IExternalRange
    Dim value As String
     
    instance.WorkbookName = value
     
    value = instance.WorkbookName
    string WorkbookName {get; set;}
    See Also