ExcelExportPropertiesTotals Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a list of columns to be totalled
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public List<ExcelExportPropertiesSubTotalDefinition> Totals { get; set; }
Public Property Totals As List(Of ExcelExportPropertiesSubTotalDefinition)
Get
Set
public:
virtual property List<ExcelExportPropertiesSubTotalDefinition^>^ Totals {
List<ExcelExportPropertiesSubTotalDefinition^>^ get () sealed;
void set (List<ExcelExportPropertiesSubTotalDefinition^>^ value) sealed;
}
function get_Totals();
function set_Totals(value);
Return Value
Type:
ListExcelExportPropertiesSubTotalDefinitionA list of columns to be totalled
See Also