Table

class Table

An object representing the properties of a table in a workbook.

Types

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

Properties

Link copied to clipboard

The id of the table.

Link copied to clipboard

The name of the table.

Functions

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