IPoint.PieSliceLocation Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function PieSliceLocation ( _
loc As XlPieSliceLocation, _
Index As XlPieSliceIndex _
) As Double
'Usage
Dim instance As IPoint
Dim loc As XlPieSliceLocation
Dim Index As XlPieSliceIndex
Dim returnValue As Double
returnValue = instance.PieSliceLocation(loc, _
Index)
double PieSliceLocation(
XlPieSliceLocation loc,
XlPieSliceIndex Index
)
Parameters
- Index
Type: Microsoft.Office.Interop.Excel.XlPieSliceIndex
Return Value
Type: System.Double