@fortune-sheet/core
Version:
FortuneSheet is a drop-in javascript spreadsheet library that provides rich features like Excel and Google Sheets
5 lines (4 loc) • 339 B
TypeScript
import { Context } from "../context";
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;