_Application.CheckGrammar(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Checks a string for grammatical errors.
public:
bool CheckGrammar(System::String ^ String);
public bool CheckGrammar (string String);
abstract member CheckGrammar : string -> bool
Public Function CheckGrammar (String As String) As Boolean
Parameters
- String
- String
Required String. The string you want to check for grammatical errors.
Returns
Remarks
This method returns a Boolean to indicate whether the string contains grammatical errors. It returns True if the string contains no errors, and False if the string contains errors.