_Application.CheckGrammar(String) Method

Definition

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.

Applies to