Skip to content

CellValues🔗

Controls cell value options

Definition🔗

export interface CellValues {
    // Controls the cell value unit
    unit?: string;
    // Controls the number of decimals for cell values
    decimals?: number;
}

See also🔗