XlErrorBarInclude Enumeration

Specifies which error-bar parts to include.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Public Enumeration XlErrorBarInclude
'Usage
Dim instance As XlErrorBarInclude
public enum XlErrorBarInclude

Members

Member name Description
xlErrorBarIncludeBoth Both positive and negative error range.
xlErrorBarIncludeMinusValues Only negative error range.
xlErrorBarIncludeNone No error bar range.
xlErrorBarIncludePlusValues Only positive error range.

See Also

Reference

Microsoft.Office.Interop.Word Namespace