devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
12 lines (11 loc) • 440 B
TypeScript
import { ImportBookmarkInfoCore } from '../../../../../common/formats/utils/import-bookmark-info-core';
import { Table } from '../../../../../common/model/tables/main-structures/table';
export declare class ImportRangePermissionInfo extends ImportBookmarkInfoCore {
table: Table;
columnFirst: number;
columnLast: number;
firstRowIndex: number;
lastRowIndex: number;
userName: string;
group: string;
}