WorksheetFunction.Log10 Method

Returns the base-10 logarithm of a number.

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

Syntax

'Declaration
Function Log10 ( _
    Arg1 As Double _
) As Double
'Usage
Dim instance As WorksheetFunction
Dim Arg1 As Double
Dim returnValue As Double

returnValue = instance.Log10(Arg1)
double Log10(
    double Arg1
)

Parameters

  • Arg1
    Type: System.Double

    Number - the positive real number for which you want the base-10 logarithm.

Return Value

Type: System.Double

See Also

Reference

WorksheetFunction Interface

WorksheetFunction Members

Microsoft.Office.Interop.Excel Namespace