@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) • 318 B
TypeScript
import { Context } from "..";
import { Range } from "../types";
import { CommonOptions } from "./common";
export declare function mergeCells(ctx: Context, ranges: Range, type: string, options?: CommonOptions): void;
export declare function cancelMerge(ctx: Context, ranges: Range, options?: CommonOptions): void;