XlEndStyleCap 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 the end style for error bars.
public enum class XlEndStyleCap
public enum XlEndStyleCap
type XlEndStyleCap =
Public Enum XlEndStyleCap
- Inheritance
-
XlEndStyleCap
Fields
Name | Value | Description |
---|---|---|
xlCap | 1 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Caps applied. |
xlNoCap | 2 | You should access and use this enumeration from the Excel primary interop assembly (PIA). No caps applied. |