Share via


WorksheetClass._CheckSpelling Method

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Public Overridable Sub _CheckSpelling ( _
    CustomDictionary As Object, _
    IgnoreUppercase As Object, _
    AlwaysSuggest As Object, _
    SpellLang As Object, _
    IgnoreFinalYaa As Object, _
    SpellScript As Object _
)
'Usage
Dim instance As WorksheetClass
Dim CustomDictionary As Object
Dim IgnoreUppercase As Object
Dim AlwaysSuggest As Object
Dim SpellLang As Object
Dim IgnoreFinalYaa As Object
Dim SpellScript As Object

instance._CheckSpelling(CustomDictionary, _
    IgnoreUppercase, AlwaysSuggest, _
    SpellLang, IgnoreFinalYaa, SpellScript)
public virtual void _CheckSpelling(
    Object CustomDictionary,
    Object IgnoreUppercase,
    Object AlwaysSuggest,
    Object SpellLang,
    Object IgnoreFinalYaa,
    Object SpellScript
)

Parameters

Implements

_Worksheet._CheckSpelling(Object, Object, Object, Object, Object, Object)

See Also

Reference

WorksheetClass Class

WorksheetClass Members

Microsoft.Office.Interop.Excel Namespace