IWorksheetFunction.Pi Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function Pi As Double
'Usage
Dim instance As IWorksheetFunction
Dim returnValue As Double
returnValue = instance.Pi()
double Pi()
Return Value
Type: System.Double