Share via


IWorksheetFunction.NegBinom_Dist Method

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Function NegBinom_Dist ( _
    Arg1 As Double, _
    Arg2 As Double, _
    Arg3 As Double, _
    Arg4 As Boolean _
) As Double
'Usage
Dim instance As IWorksheetFunction
Dim Arg1 As Double
Dim Arg2 As Double
Dim Arg3 As Double
Dim Arg4 As Boolean
Dim returnValue As Double

returnValue = instance.NegBinom_Dist(Arg1, _
    Arg2, Arg3, Arg4)
double NegBinom_Dist(
    double Arg1,
    double Arg2,
    double Arg3,
    bool Arg4
)

Parameters

Return Value

Type: System.Double

See Also

Reference

IWorksheetFunction Interface

IWorksheetFunction Members

Microsoft.Office.Interop.Excel Namespace