UNPKG

@fortune-sheet/core

Version:

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

6 lines (5 loc) 378 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; export declare function getFrozenHandleTop(ctx: Context): number; export declare function getFrozenHandleLeft(ctx: Context): number;