@syncfusion/ej2-spreadsheet
Version:
Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel
36 lines (35 loc) • 953 B
TypeScript
import { Workbook } from '../base/index';
/**
* The `WorkbookHyperlink` module is used to handle Hyperlink action in Spreadsheet.
*/
export declare class WorkbookDataValidation {
private parent;
private highlightInvalidData;
/**
* Constructor for WorkbookSort module.
*
* @param {Workbook} parent - Specifies the parent element.
*/
constructor(parent: Workbook);
/**
* To destroy the sort module.
*
* @returns {void}
*/
protected destroy(): void;
private addEventListener;
private removeEventListener;
private updateValidationHandler;
private addHighlightHandler;
private removeHighlightHandler;
private invalidDataHandler;
private beforeInsertDeleteHandler;
private getRangeWhenColumnSelected;
private updataSheetValidation;
/**
* Gets the module name.
*
* @returns {string} string
*/
protected getModuleName(): string;
}