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


In This Topic
    SheetNames Property (ExternalWorkbookInfo)
    In This Topic
    Get the collection of sheet names of the external workbook
    Syntax
    'Declaration
     
    Public ReadOnly Property SheetNames As List(Of String)
    'Usage
     
    Dim instance As ExternalWorkbookInfo
    Dim value As List(Of String)
     
    value = instance.SheetNames
    public List<string> SheetNames {get;}
    See Also