Skip to content
Sheetwrite

Sheetwrite / Documentation

CellOut@sheetwrite/wasm

Result of a single-cell read.

Result of a single-cell read.

Members 5

free
free: () => void;
kind
kind: number;
num
num: number;
string
string: string | undefined;
style
style: number

Declaration

View full TypeScript declaration
class CellOut {
free: () => void;
kind: number;
num: number;
string: string | undefined;
style: number;
}