Skip to content

Commit d3f2a78

Browse files
authored
[Excel] (Chart) Add enum descriptions (#407)
1 parent 4033cc3 commit d3f2a78

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

generate-docs/script-inputs/office-scripts-docs.d.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12826,10 +12826,19 @@ declare namespace ExcelScript {
1282612826
}
1282712827

1282812828
enum ChartDisplayBlanksAs {
12829+
/**
12830+
* Blank cells are not plotted.
12831+
*/
1282912832
notPlotted,
1283012833

12834+
/**
12835+
* Blank cells are plotted as zero.
12836+
*/
1283112837
zero,
1283212838

12839+
/**
12840+
* Values are interpolated into the chart.
12841+
*/
1283312842
interplotted,
1283412843
}
1283512844

0 commit comments

Comments
 (0)