Spread WPF 17
GrapeCity.Excel Namespace / ExternalWorkbookInfo Class / Name Property


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