Skip to content
Sheetwrite

Sheetwrite / Documentation

CellHyperlink@sheetwrite/core

Bounded serializable hyperlink metadata applied to one cell or range.

Bounded serializable hyperlink metadata applied to one cell or range.

Members 5

Declaration

View full TypeScript declaration
export interface CellHyperlink {
id: string;
range: Range;
target: HyperlinkTarget;
display?: string;
style?: CellStyle;
}