Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DataGrid Export API - CellRange is deprecated in TypeScript declarations (T1263739) #28596

Open
wants to merge 1 commit into
base: 24_2
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/devextreme/js/excel_exporter.types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export interface ExcelPivotGridCell extends Cell {
* @docid
* @namespace DevExpress.excelExporter
* @type object
* @public
*/
export interface CellAddress {
/**
Expand All @@ -89,6 +90,7 @@ export interface CellAddress {
* @docid
* @namespace DevExpress.excelExporter
* @type object
* @public
*/
export interface CellRange {
/**
Expand Down
2 changes: 0 additions & 2 deletions packages/devextreme/ts/dx.all.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7525,7 +7525,6 @@ declare module DevExpress.events {
declare module DevExpress.excelExporter {
/**
* [descr:CellAddress]
* @deprecated Attention! This type is for internal purposes only. If you used it previously, please submit a ticket to our {@link https://supportcenter.devexpress.com/ticket/create Support Center}. We will check if there is an alternative solution.
*/
export interface CellAddress {
/**
Expand All @@ -7539,7 +7538,6 @@ declare module DevExpress.excelExporter {
}
/**
* [descr:CellRange]
* @deprecated Attention! This type is for internal purposes only. If you used it previously, please submit a ticket to our {@link https://supportcenter.devexpress.com/ticket/create Support Center}. We will check if there is an alternative solution.
*/
export interface CellRange {
/**
Expand Down
Loading