Gets the number of misspelled words with a special meaning from the collection.
Introduced: X18.
<void> MisspelledWordCollection.getCountOf(<MisspelledWordKind> kind, <RequestNumberCallback> callback, [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
kind | Specifies the word's kind. |
callback | Receives the number of misspelled words with a special meaning from the collection. |
error |
Optional. Is called when the operation failed with an error. |