Skip to content

Commit

Permalink
DataGrid Export API - CellRange is deprecated in TypeScript declarati…
Browse files Browse the repository at this point in the history
…ons (T1263739) (#28596)
  • Loading branch information
tongsonbarbs authored Dec 24, 2024
1 parent b26f849 commit e6f2b95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit e6f2b95

Please sign in to comment.