combit List & Label 29 - .NET Help
combit.Reporting.DataProviders Namespace / XlsDataProvider Class / SheetNames Property


In This Topic
    SheetNames Property (XlsDataProvider)
    In This Topic
    Can be used to pass a list of sheet names that should be offered by the provider. If this list is empty, all available sheets are passed as tables.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SheetNames As ReadOnlyCollection(Of String)
    public ReadOnlyCollection<string> SheetNames {get;}
    public:
    property ReadOnlyCollection<String^>^ SheetNames {
       ReadOnlyCollection<String^>^ get();
    }
    Requirements

    See Also