Skip to content

Commit e6f2b95

Browse files
authored
DataGrid Export API - CellRange is deprecated in TypeScript declarations (T1263739) (#28596)
1 parent b26f849 commit e6f2b95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/devextreme/js/excel_exporter.types.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ export interface ExcelPivotGridCell extends Cell {
7171
* @docid
7272
* @namespace DevExpress.excelExporter
7373
* @type object
74+
* @public
7475
*/
7576
export interface CellAddress {
7677
/**
@@ -89,6 +90,7 @@ export interface CellAddress {
8990
* @docid
9091
* @namespace DevExpress.excelExporter
9192
* @type object
93+
* @public
9294
*/
9395
export interface CellRange {
9496
/**

packages/devextreme/ts/dx.all.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7525,7 +7525,6 @@ declare module DevExpress.events {
75257525
declare module DevExpress.excelExporter {
75267526
/**
75277527
* [descr:CellAddress]
7528-
* @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.
75297528
*/
75307529
export interface CellAddress {
75317530
/**
@@ -7539,7 +7538,6 @@ declare module DevExpress.excelExporter {
75397538
}
75407539
/**
75417540
* [descr:CellRange]
7542-
* @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.
75437541
*/
75447542
export interface CellRange {
75457543
/**

0 commit comments

Comments
 (0)