Template Pivot Total Options
data class TemplatePivotTotalOptions(val customLabel: String? = null, val metricHeaderCellStyle: TemplateTableCellStyle? = null, val placement: TemplateTableTotalsPlacement? = null, val scrollStatus: TemplateTableTotalsScrollStatus? = null, val totalCellStyle: TemplateTableCellStyle? = null, val totalsVisibility: TemplateVisibility? = null, val valueCellStyle: TemplateTableCellStyle? = null)
Constructors
Link copied to clipboard
fun TemplatePivotTotalOptions(customLabel: String? = null, metricHeaderCellStyle: TemplateTableCellStyle? = null, placement: TemplateTableTotalsPlacement? = null, scrollStatus: TemplateTableTotalsScrollStatus? = null, totalCellStyle: TemplateTableCellStyle? = null, totalsVisibility: TemplateVisibility? = null, valueCellStyle: TemplateTableCellStyle? = null)