Template Table Options
data class TemplateTableOptions(val cellStyle: TemplateTableCellStyle? = null, val headerStyle: TemplateTableCellStyle? = null, val orientation: TemplateTableOrientation? = null, val rowAlternateColorOptions: TemplateRowAlternateColorOptions? = null)
Constructors
Link copied to clipboard
fun TemplateTableOptions(cellStyle: TemplateTableCellStyle? = null, headerStyle: TemplateTableCellStyle? = null, orientation: TemplateTableOrientation? = null, rowAlternateColorOptions: TemplateRowAlternateColorOptions? = null)