We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4033cc3 commit d3f2a78Copy full SHA for d3f2a78
1 file changed
generate-docs/script-inputs/office-scripts-docs.d.ts
@@ -12826,10 +12826,19 @@ declare namespace ExcelScript {
12826
}
12827
12828
enum ChartDisplayBlanksAs {
12829
+ /**
12830
+ * Blank cells are not plotted.
12831
+ */
12832
notPlotted,
12833
12834
12835
+ * Blank cells are plotted as zero.
12836
12837
zero,
12838
12839
12840
+ * Values are interpolated into the chart.
12841
12842
interplotted,
12843
12844
0 commit comments