Skip to content
Sheetwrite

Sheetwrite / Documentation

WorkbookTableStyle@sheetwrite/core

Bounded native subset of ECMA-376 table style information.

Bounded native subset of ECMA-376 table style information.

Members 5

name
name?: string;
showFirstColumn
showFirstColumn?: boolean;
showLastColumn
showLastColumn?: boolean;
showRowStripes
showRowStripes?: boolean;
showColumnStripes
showColumnStripes?: boolean;

Declaration

View full TypeScript declaration
export interface WorkbookTableStyle {
name?: string;
showFirstColumn?: boolean;
showLastColumn?: boolean;
showRowStripes?: boolean;
showColumnStripes?: boolean;
}