Skip to content
Sheetwrite

Sheetwrite / Documentation

WorkbookTablePatch@sheetwrite/core

Mutable table fields accepted by the explicit update operation.

Mutable table fields accepted by the explicit update operation.

Members 7

name
name?: string;
range
range?: Range;
columns
columns?: WorkbookTableColumn[];
headerRow
headerRow?: boolean;
totalsRow
totalsRow?: boolean;
style
style?: WorkbookTableStyle | null;
unsupportedFeatures
unsupportedFeatures?: WorkbookTableUnsupportedFeature[];

Declaration

View full TypeScript declaration
export interface WorkbookTablePatch {
name?: string;
range?: Range;
columns?: WorkbookTableColumn[];
headerRow?: boolean;
totalsRow?: boolean;
style?: WorkbookTableStyle | null;
unsupportedFeatures?: WorkbookTableUnsupportedFeature[];
}