Skip to content
Sheetwrite

Sheetwrite / Documentation

CellBorders@sheetwrite/core

Per-side borders; all applies to any side not given its own border.

Per-side borders; all applies to any side not given its own border.

Members 5

all
all?: CellBorder;
top
top?: CellBorder;
right
right?: CellBorder;
bottom
bottom?: CellBorder;
left
left?: CellBorder;

Declaration

View full TypeScript declaration
export interface CellBorders {
all?: CellBorder;
top?: CellBorder;
right?: CellBorder;
bottom?: CellBorder;
left?: CellBorder;
}