Spread WPF 17
GrapeCity.Excel Namespace / IExternalWorkbookInfo Interface / Name Property


In This Topic
    Name Property (IExternalWorkbookInfo)
    In This Topic
    Get the external workbook name
    Syntax
    'Declaration
     
    ReadOnly Property Name As String
    'Usage
     
    Dim instance As IExternalWorkbookInfo
    Dim value As String
     
    value = instance.Name
    string Name {get;}
    See Also