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