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 _
)
'Usage
Dim instance As WorksheetClass
Dim CustomDictionary As Object
Dim IgnoreUppercase As Object
Dim AlwaysSuggest As Object
Dim SpellLang As Object
instance.CheckSpelling(CustomDictionary, _
IgnoreUppercase, AlwaysSuggest, _
SpellLang)
public virtual void CheckSpelling(
Object CustomDictionary,
Object IgnoreUppercase,
Object AlwaysSuggest,
Object SpellLang
)
Parameters
- CustomDictionary
Type: System.Object
- IgnoreUppercase
Type: System.Object
- AlwaysSuggest
Type: System.Object
- SpellLang
Type: System.Object
Implements
_Worksheet.CheckSpelling(Object, Object, Object, Object)