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 position on the slice to return the coordinate of.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration XlPieSliceIndex
'Usage
Dim instance As XlPieSliceIndex
public enum XlPieSliceIndex
Members
| Member name | Description | |
|---|---|---|
| xlOuterCounterClockwisePoint | The outermost counterclockwise point of the circumference of a slice. | |
| xlOuterCenterPoint | The outer center point of the circumference of a slice. | |
| xlOuterClockwisePoint | The outermost clockwise point of the circumference of a slice. | |
| xlMidClockwiseRadiusPoint | The midpoint of the most clockwise radius of a slice. | |
| xlCenterPoint | The center point of a pie slice. | |
| xlMidCounterClockwiseRadiusPoint | The midpoint of the most counterclockwise radius of a slice. | |
| xlInnerClockwisePoint | The innermost point of the most clockwise radius of a doughnut slice. | |
| xlInnerCenterPoint | The innermost center point of a doughnut slice. | |
| xlInnerCounterClockwisePoint | The innermost point of the most counterclockwise radius of a doughnut slice. |