UNPKG

@fortune-sheet/core

Version:

FortuneSheet is a drop-in javascript spreadsheet library that provides rich features like Excel and Google Sheets

4 lines (3 loc) 243 B
import { Context, Freezen, GlobalCache } from ".."; export declare function initFreeze(ctx: Context, cache: GlobalCache, sheetId: string): void; export declare function scrollToFrozenRowCol(ctx: Context, freeze: Freezen | undefined): void;