XlAxisGroup 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 type of axis group.
public enum class XlAxisGroup
[System.Runtime.InteropServices.Guid("7D8D95F5-EFE7-4189-8D68-0B3BCCEA097A")]
public enum XlAxisGroup
[<System.Runtime.InteropServices.Guid("7D8D95F5-EFE7-4189-8D68-0B3BCCEA097A")>]
type XlAxisGroup =
Public Enum XlAxisGroup
- Inheritance
-
XlAxisGroup
- Attributes
Fields
Name | Value | Description |
---|---|---|
xlPrimary | 1 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Primary axis group. |
xlSecondary | 2 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Secondary axis group. |