TemplatePivotTotalOptions

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)

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