Skip to content
Sheetwrite

Sheetwrite / Documentation

LegacyRowPage@sheetwrite/core

Row-only page shape accepted by the full-width compatibility adapter.

Row-only page shape accepted by the full-width compatibility adapter.

Members 2

start
readonly start: number;
rows
readonly rows: readonly RowData[];

Declaration

View full TypeScript declaration
export interface LegacyRowPage {
readonly start: number;
readonly rows: readonly RowData[];
}