setDisplayBlanksAs missing field values #360
Labels
Status: under investigation
Issue is being investigated
Type: product bug
Bug in the Office Scripts platform or Office Scripts APIs
https://learn.microsoft.com/en-us/javascript/api/office-scripts/excelscript/excelscript.chartdisplayblanksas?view=office-scripts
for this function you need to put
Name | Value | Description
Interpolated | 2 | Values are interpolated into the chart.
NotPlotted | 0 | Blank cells are not plotted.
Zero | 1 | Blanks are plotted as zero.
The text was updated successfully, but these errors were encountered: