@visactor/vtable
Version:
canvas table width high performance
5 lines (4 loc) • 340 B
TypeScript
import type { CellRange } from '../../ts-types';
import type { SimpleHeaderLayoutMap } from '../simple-header-layout';
export declare function getCellRange(col: number, row: number, layout: SimpleHeaderLayoutMap): CellRange;
export declare function getCellRangeTranspose(col: number, row: number, layout: SimpleHeaderLayoutMap): CellRange;