Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我尝试编写标头时,它给了我错误消息:
{"StartIndex cannot be less than zero.\r\nParameter name: startIndex"}
我发现它与表格标题中的土耳其字符有关。它在我不使用土耳其语时运行。然而。
有没有办法解决它?
你可以试着强迫你的文化
// Changes the CurrentUICulture of the current thread to en-US for example. Thread.CurrentThread.CurrentUICulture = new CultureInfo( "en-US", false );