XlDisplayBlanksAs Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies how blank cells are plotted on a chart.
public enum class XlDisplayBlanksAs
public enum XlDisplayBlanksAs
type XlDisplayBlanksAs =
Public Enum XlDisplayBlanksAs
- Inheritance
-
XlDisplayBlanksAs
Fields
Name | Value | Description |
---|---|---|
xlNotPlotted | 1 | Blank cells are not plotted. |
xlZero | 2 | Blanks are plotted as zero. |
xlInterpolated | 3 | Values are interpolated into the chart. |