DisplayFormatOptions

A structure that represents additional options for display formatting.

Types

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

Properties

Link copied to clipboard

Determines the blank cell format.

Link copied to clipboard

The currency symbol, such as USD.

Link copied to clipboard

Determines the DateTime format.

Link copied to clipboard

Determines the decimal separator.

Link copied to clipboard

Determines the number of fraction digits.

Link copied to clipboard

Determines the grouping separator.

Link copied to clipboard

The negative format.

Link copied to clipboard

The prefix value for a display format.

Link copied to clipboard

The suffix value for a display format.

Link copied to clipboard

The unit scaler. Valid values for this structure are: NONE, AUTO, THOUSANDS, MILLIONS, BILLIONS, and TRILLIONS.

Link copied to clipboard

A Boolean value that indicates whether to use blank cell format.

Link copied to clipboard

A Boolean value that indicates whether to use grouping.

Functions

Link copied to clipboard
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