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) (#28631)
  • Loading branch information
tongsonbarbs authored Dec 27, 2024
1 parent 988450a commit 4e9afaf
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.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ export interface ExcelPivotGridCell extends Cell {
* @docid
* @namespace DevExpress.excelExporter
* @type object
* @public
*/
export interface CellAddress {
/**
Expand All @@ -116,6 +117,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 @@ -7014,7 +7014,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 @@ -7028,7 +7027,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 4e9afaf

Please sign in to comment.