Spread WPF 17
GrapeCity.Excel Namespace / ExternalCellRange Class / WorkbookName Property


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

    Property Value

    Workbook name, null means the workbook itself.
    See Also