AnalysisTableOptions

data class AnalysisTableOptions(val cellStyle: AnalysisTableCellStyle? = null, val headerStyle: AnalysisTableCellStyle? = null, val orientation: AnalysisTableOrientation? = null, val rowAlternateColorOptions: AnalysisRowAlternateColorOptions? = null)

Constructors

Link copied to clipboard
constructor(cellStyle: AnalysisTableCellStyle? = null, headerStyle: AnalysisTableCellStyle? = null, orientation: AnalysisTableOrientation? = null, rowAlternateColorOptions: AnalysisRowAlternateColorOptions? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The table cell style of table cells.

Link copied to clipboard

The table cell style of a table header.

Link copied to clipboard

The orientation (vertical, horizontal) for a table.

Link copied to clipboard

The row alternate color options (widget status, row alternate colors) for a table.