AutoCorrectReplaceInfoCollection.Add Method
| Name | Parameters | Description |
|---|---|---|
| Add(AutoCorrectReplaceInfo) | info | Adds an autocorrect info item to the collection. |
| Add(String, String, Boolean) | what, with, immediateReplacement | Creates a new AutoCorrectReplaceInfo object and adds it to the collection. |
| Add(String, String) | what, with | Creates a new AutoCorrectReplaceInfo object and adds it to the collection. |