Skip to content

CellValuesBuilder🔗

Constructor🔗

func NewCellValuesBuilder() *CellValuesBuilder

Methods🔗

Build🔗

Builds the object.

func (builder *CellValuesBuilder) Build() (CellValues, error)

Decimals🔗

Controls the number of decimals for cell values

func (builder *CellValuesBuilder) Decimals(decimals float32) *CellValuesBuilder

Unit🔗

Controls the cell value unit

func (builder *CellValuesBuilder) Unit(unit string) *CellValuesBuilder

See also🔗