Click or drag to resize
ExcelExportProperties Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Object that describes the export properties required to export an excel worksheet.
Inheritance Hierarchy
SystemObject
  DataPA.Utils.QueryEngineExcelExportProperties

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class ExcelExportProperties : _ExcelExportProperties

The ExcelExportProperties type exposes the following members.

Constructors
  NameDescription
Public methodExcelExportProperties
Initializes a new instance of the ExcelExportProperties class
Top
Fields
Properties
  NameDescription
Public propertyAvailableWorksheets
Gets and sets a list of available worksheets
Public propertySelectedWorksheet
Gets and sets the selecetd worksheet
Public propertyShowLabels
Gets and sets a property that indicates if column labels should be shown in the first row
Public propertyStartingCell
Gets and sets the starting cell for the data export
Public propertyTotals
Gets and sets a list of columns to be totalled
Top
See Also