XlErrorBarInclude Enum

Definition

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

xlErrorBarIncludeBoth 1

You should access and use this enumeration from the Excel primary interop assembly (PIA). Both positive and negative error range.

xlErrorBarIncludeMinusValues 3

You should access and use this enumeration from the Excel primary interop assembly (PIA). Only negative error range.

xlErrorBarIncludeNone -4142

You should access and use this enumeration from the Excel primary interop assembly (PIA). No error bar range.

xlErrorBarIncludePlusValues 2

You should access and use this enumeration from the Excel primary interop assembly (PIA). Only positive error range.

Applies to