Skip to content
Sheetwrite

Sheetwrite / Documentation

CellBorder@sheetwrite/core

Visual border applied to one or more sides of a cell.

Visual border applied to one or more sides of a cell.

Members 3

color hex color, e.g. "#111111"
color?: string;
width
width?: number;
style
style?: "solid" | "dashed" | "dotted";

Declaration

View full TypeScript declaration
export interface CellBorder {
color?: string;
width?: number;
style?: "solid" | "dashed" | "dotted";
}