GroupBoxes.CheckSpelling Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function CheckSpelling ( _
CustomDictionary As Object, _
IgnoreUppercase As Object, _
AlwaysSuggest As Object, _
SpellLang As Object _
) As Object
'Usage
Dim instance As GroupBoxes
Dim CustomDictionary As Object
Dim IgnoreUppercase As Object
Dim AlwaysSuggest As Object
Dim SpellLang As Object
Dim returnValue As Object
returnValue = instance.CheckSpelling(CustomDictionary, _
IgnoreUppercase, AlwaysSuggest, _
SpellLang)
Object 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
Return Value
Type: System.Object