QueryExcelExportProperties Property |
|
DataPA OpenAnalytics API Reference
Gets and sets an object that describes
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ExcelExportProperties ExcelExportProperties { get; set; }
Public Property ExcelExportProperties As ExcelExportProperties
Get
Set
public:
property ExcelExportProperties^ ExcelExportProperties {
ExcelExportProperties^ get ();
void set (ExcelExportProperties^ value);
}
function get_ExcelExportProperties();
function set_ExcelExportProperties(value);
Return Value
Type:
ExcelExportPropertiesSee Also