IWorksheetFunction.ImLog2 Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function ImLog2 ( _
Arg1 As Object _
) As String
'Usage
Dim instance As IWorksheetFunction
Dim Arg1 As Object
Dim returnValue As String
returnValue = instance.ImLog2(Arg1)
string ImLog2(
Object Arg1
)
Parameters
- Arg1
Type: System.Object
Return Value
Type: System.String