combit List & Label 29 - .NET Help
combit.Reporting.DataProviders Namespace / XlsDataProvider Class / XlsDataProvider Constructor / XlsDataProvider Constructor(String,Boolean)
File name of the Excel worksheet.


In This Topic
    XlsDataProvider Constructor(String,Boolean)
    In This Topic
    Initializes the data provider to access Microsoft Excel data.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal fileName As String, _
       ByVal firstRowContainsColumnNames As Boolean _
    )
    public XlsDataProvider( 
       string fileName,
       bool firstRowContainsColumnNames
    )
    public:
    XlsDataProvider( 
       String^ fileName,
       bool firstRowContainsColumnNames
    )

    Parameters

    fileName
    File name of the Excel worksheet.
    firstRowContainsColumnNames
    Requirements

    See Also