VB 如何转成 C++ 代码下面代码如何转换成C++代码:Sub test()Application.SpellingOptions.DictLang msoL
VB 如何转成 C++ 代码 下面代码如何转换成C++代码:
Sub test() Application.SpellingOptions.DictLang = msoLanguageIDKorean Dim bResultCell As Boolean bResultCell = Application.CheckSpelling("hello") End Sub
[解决办法]
Sub test() Application.SpellingOptions.DictLang = msoLanguageIDKorean Dim bResultCell As Boolean bResultCell = Application.CheckSpelling("hello") End Sub