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.
You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies how blank cells are plotted on a chart.
public enum class XlDisplayBlanksAs
[System.Runtime.InteropServices.Guid("3439EA79-5069-4404-A6E3-8EE3A1B9BD0E")]
public enum XlDisplayBlanksAs
[<System.Runtime.InteropServices.Guid("3439EA79-5069-4404-A6E3-8EE3A1B9BD0E")>]
type XlDisplayBlanksAs =
Public Enum XlDisplayBlanksAs
- Inheritance
-
XlDisplayBlanksAs
- Attributes
Fields
Name | Value | Description |
---|---|---|
xlNotPlotted | 1 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Blank cells are not plotted. |
xlZero | 2 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Blanks are plotted as zero. |
xlInterpolated | 3 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Values are interpolated into the chart. |