Metodo WorksheetBase.CheckSpelling
This API supports the Visual Studio infrastructure and is not intended to be used directly from your code.
Spazio dei nomi: Microsoft.Office.Tools.Excel
Assembly: Microsoft.Office.Tools.Excel.v4.0.Utilities (in Microsoft.Office.Tools.Excel.v4.0.Utilities.dll)
Sintassi
'Dichiarazione
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
)
Parametri
- customDictionary
Tipo: System.Object
- ignoreUppercase
Tipo: System.Object
- alwaysSuggest
Tipo: System.Object
- spellLang
Tipo: System.Object
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.