@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) • 445 B
TypeScript
import { Context } from "../context";
export declare function checkCellIsLocked(ctx: Context, r: number, c: number, sheetId: string): boolean;
export declare function checkProtectionSelectLockedOrUnLockedCells(ctx: Context, r: number, c: number, sheetId: string): boolean;
export declare function checkProtectionAllSelected(ctx: Context, sheetId: string): boolean;
export declare function checkProtectionFormatCells(ctx: Context): boolean;