TemplateSubtotalOptions

data class TemplateSubtotalOptions(val customLabel: String? = null, val fieldLevel: TemplatePivotTableSubtotalLevel? = null, val fieldLevelOptions: List<TemplatePivotTableFieldSubtotalOptions>? = null, val metricHeaderCellStyle: TemplateTableCellStyle? = null, val styleTargets: List<TemplateTableStyleTarget>? = null, val totalCellStyle: TemplateTableCellStyle? = null, val totalsVisibility: TemplateVisibility? = null, val valueCellStyle: TemplateTableCellStyle? = null)

Constructors

Link copied to clipboard
fun TemplateSubtotalOptions(customLabel: String? = null, fieldLevel: TemplatePivotTableSubtotalLevel? = null, fieldLevelOptions: List<TemplatePivotTableFieldSubtotalOptions>? = null, metricHeaderCellStyle: TemplateTableCellStyle? = null, styleTargets: List<TemplateTableStyleTarget>? = null, totalCellStyle: TemplateTableCellStyle? = null, totalsVisibility: TemplateVisibility? = null, valueCellStyle: TemplateTableCellStyle? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val customLabel: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard