PivotTotalOptions

The optional configuration of totals cells in a PivotTableVisual.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The custom label string for the total cells.

Link copied to clipboard

The cell styling options for the total of header cells.

Link copied to clipboard

The placement (start, end) for the total cells.

Link copied to clipboard

The scroll status (pinned, scrolled) for the total cells.

Link copied to clipboard

The total aggregation options for each value field.

Link copied to clipboard

The cell styling options for the total cells.

Link copied to clipboard

The visibility configuration for the total cells.

Link copied to clipboard

The cell styling options for the totals of value cells.

Functions

Link copied to clipboard
inline fun copy(block: PivotTotalOptions.Builder.() -> Unit = {}): PivotTotalOptions
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String