ViewFrame

class ViewFrame

Represents the data being transformed during an action.

Types

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

Properties

Link copied to clipboard

Controls if analytics computation is enabled or disabled. Enabled by default.

Link copied to clipboard

The number of columns to include in the view frame, beginning with the StartColumnIndex value and ignoring any columns in the HiddenColumns list.

Link copied to clipboard

A list of columns to hide in the view frame.

Link copied to clipboard

The number of rows to include in the view frame, beginning with the StartRowIndex value.

Link copied to clipboard

The starting index for the range of columns to return in the view frame.

Link copied to clipboard

The starting index for the range of rows to return in the view frame.

Functions

Link copied to clipboard
inline fun copy(block: ViewFrame.Builder.() -> Unit = {}): ViewFrame
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