Click or drag to resize
ExcelExportPropertiesTotals Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets a list of columns to be totalled

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public List<ExcelExportPropertiesSubTotalDefinition> Totals { get; set; }

Return Value

Type: ListExcelExportPropertiesSubTotalDefinition
A list of columns to be totalled
See Also