XlPieSliceIndex Enum

Definition

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

xlCenterPoint 5

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).

xlInnerClockwisePoint 7

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).

xlMidClockwiseRadiusPoint 4

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).

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).

xlOuterCounterClockwisePoint 1

You should access and use this enumeration from the Excel primary interop assembly (PIA).

Applies to