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.
我正在导入一个库来修改 Excel 中的单元格:
Imports Excel = Microsoft.Office.Interop.Excel
我正在使用这一行来修改单元格的值(oWs 是工作表):
oWs.Cells.Range("name").Value = "foo"
我将如何更改选项按钮的值?似乎我根本无法选择按钮。