Worksheet._CheckSpelling – metoda
Toto rozhraní API podporuje infrastrukturu Visual Studio a není určen pro použití přímo v kódu.
Obor názvů: Microsoft.Office.Tools.Excel
Sestavení: Microsoft.Office.Tools.Excel (v Microsoft.Office.Tools.Excel.dll)
Syntaxe
'Deklarace
Sub _CheckSpelling ( _
CustomDictionary As Object, _
IgnoreUppercase As Object, _
AlwaysSuggest As Object, _
SpellLang As Object, _
IgnoreFinalYaa As Object, _
SpellScript As Object _
)
void _CheckSpelling(
Object CustomDictionary,
Object IgnoreUppercase,
Object AlwaysSuggest,
Object SpellLang,
Object IgnoreFinalYaa,
Object SpellScript
)
Parametry
- CustomDictionary
Typ: System.Object
- IgnoreUppercase
Typ: System.Object
- AlwaysSuggest
Typ: System.Object
- SpellLang
Typ: System.Object
- IgnoreFinalYaa
Typ: System.Object
- SpellScript
Typ: System.Object
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.