Skip to content
Sheetwrite

Sheetwrite / Documentation

ResolvedCell@sheetwrite/core

Authoritative source value, evaluated value, style, and load state for a cell.

Authoritative source value, evaluated value, style, and load state for a cell.

Members 2

resolved
resolved: CellScalar;
style
style: CellStyle;

Declaration

View full TypeScript declaration
export interface ResolvedCell {
resolved: CellScalar;
style: CellStyle;
}