Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |