XlErrorBarInclude 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 which error-bar parts to include.
public enum class XlErrorBarInclude
public enum XlErrorBarInclude
type XlErrorBarInclude =
Public Enum XlErrorBarInclude
- Inheritance
-
XlErrorBarInclude
Fields
Name | Value | Description |
---|---|---|
xlErrorBarIncludeNone | -4142 | You should access and use this enumeration from the Excel primary interop assembly (PIA). No error bar range. |
xlErrorBarIncludeBoth | 1 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Both positive and negative error range. |
xlErrorBarIncludePlusValues | 2 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Only positive error range. |
xlErrorBarIncludeMinusValues | 3 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Only negative error range. |