WorksheetBase.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.v4.0.Utilities (v Microsoft.Office.Tools.Excel.v4.0.Utilities.dll)
Syntaxe
'Deklarace
Public Sub CheckSpelling ( _
customDictionary As Object, _
ignoreUppercase As Object, _
alwaysSuggest As Object, _
spellLang As Object _
)
public void CheckSpelling(
Object customDictionary,
Object ignoreUppercase,
Object alwaysSuggest,
Object spellLang
)
Parametry
- customDictionary
Typ: System.Object
- ignoreUppercase
Typ: System.Object
- alwaysSuggest
Typ: System.Object
- spellLang
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.