WorksheetBase.CheckSpelling, méthode
This API supports the Visual Studio infrastructure and is not intended to be used directly from your code.
Espace de noms : Microsoft.Office.Tools.Excel
Assembly : Microsoft.Office.Tools.Excel.v4.0.Utilities (dans Microsoft.Office.Tools.Excel.v4.0.Utilities.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- customDictionary
Type : System.Object
- ignoreUppercase
Type : System.Object
- alwaysSuggest
Type : System.Object
- spellLang
Type : System.Object
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.