ApplicationClass.CheckSpelling Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Overridable Function CheckSpelling ( _
Word As String, _
CustomDictionary As Object, _
IgnoreUppercase As Object _
) As Boolean
'Usage
Dim instance As ApplicationClass
Dim Word As String
Dim CustomDictionary As Object
Dim IgnoreUppercase As Object
Dim returnValue As Boolean
returnValue = instance.CheckSpelling(Word, _
CustomDictionary, IgnoreUppercase)
public virtual bool CheckSpelling(
string Word,
Object CustomDictionary,
Object IgnoreUppercase
)
Parameters
- Word
Type: System.String
- CustomDictionary
Type: System.Object
- IgnoreUppercase
Type: System.Object
Return Value
Type: System.Boolean
Implements
_Application.CheckSpelling(String, Object, Object)