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