UNPKG

devexpress-richedit

Version:

DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.

7 lines (6 loc) 321 B
import { TableSelectionData } from '../selection/selected-cells-engine'; import { ConstInterval } from '@devexpress/utils/lib/intervals/const'; export declare class TableUtilsEx { private static getColumnsRangeBySelectedRow; static getColumnsRangeBySelectedCells(data: TableSelectionData): ConstInterval; }