XlPieSliceIndex 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).
public enum class XlPieSliceIndex
[System.Runtime.InteropServices.Guid("2B4C8AB7-6E70-422A-B7CC-206452289F16")]
public enum XlPieSliceIndex
[<System.Runtime.InteropServices.Guid("2B4C8AB7-6E70-422A-B7CC-206452289F16")>]
type XlPieSliceIndex =
Public Enum XlPieSliceIndex
- Inheritance
-
XlPieSliceIndex
- Attributes
Fields
Name | Value | Description |
---|---|---|
xlOuterCounterClockwisePoint | 1 | You should access and use this enumeration from the Excel primary interop assembly (PIA). |
xlOuterCenterPoint | 2 | You should access and use this enumeration from the Excel primary interop assembly (PIA). |
xlOuterClockwisePoint | 3 | You should access and use this enumeration from the Excel primary interop assembly (PIA). |
xlMidClockwiseRadiusPoint | 4 | You should access and use this enumeration from the Excel primary interop assembly (PIA). |
xlCenterPoint | 5 | You should access and use this enumeration from the Excel primary interop assembly (PIA). |
xlMidCounterClockwiseRadiusPoint | 6 | You should access and use this enumeration from the Excel primary interop assembly (PIA). |
xlInnerClockwisePoint | 7 | You should access and use this enumeration from the Excel primary interop assembly (PIA). |
xlInnerCenterPoint | 8 | You should access and use this enumeration from the Excel primary interop assembly (PIA). |
xlInnerCounterClockwisePoint | 9 | You should access and use this enumeration from the Excel primary interop assembly (PIA). |