TemplateTotalOptions

data class TemplateTotalOptions(val customLabel: String? = null, val placement: TemplateTableTotalsPlacement? = null, val scrollStatus: TemplateTableTotalsScrollStatus? = null, val totalCellStyle: TemplateTableCellStyle? = null, val totalsVisibility: TemplateVisibility? = null)

Constructors

Link copied to clipboard
fun TemplateTotalOptions(customLabel: String? = null, placement: TemplateTableTotalsPlacement? = null, scrollStatus: TemplateTableTotalsScrollStatus? = null, totalCellStyle: TemplateTableCellStyle? = null, totalsVisibility: TemplateVisibility? = 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