Share via


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

Return Value

Type: System.Boolean

Implements

_Application.CheckSpelling(String, Object, Object)

See Also

Reference

ApplicationClass Class

ApplicationClass Members

Microsoft.Office.Interop.Excel Namespace