CellValues🔗Controls cell value optionsDefinition🔗export interface CellValues { // Controls the cell value unit unit?: string; // Controls the number of decimals for cell values decimals?: number; } Methods🔗No methods.See also🔗 CellValuesBuilder