AnalysisPivotTotalOptions

data class AnalysisPivotTotalOptions(val customLabel: String? = null, val metricHeaderCellStyle: AnalysisTableCellStyle? = null, val placement: AnalysisTableTotalsPlacement? = null, val scrollStatus: AnalysisTableTotalsScrollStatus? = null, val totalCellStyle: AnalysisTableCellStyle? = null, val totalsVisibility: AnalysisVisibility? = null, val valueCellStyle: AnalysisTableCellStyle? = null)

Constructors

Link copied to clipboard
fun AnalysisPivotTotalOptions(customLabel: String? = null, metricHeaderCellStyle: AnalysisTableCellStyle? = null, placement: AnalysisTableTotalsPlacement? = null, scrollStatus: AnalysisTableTotalsScrollStatus? = null, totalCellStyle: AnalysisTableCellStyle? = null, totalsVisibility: AnalysisVisibility? = null, valueCellStyle: AnalysisTableCellStyle? = 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