恭喜,你发布的帖子
发布于 2023-05-18 08:02:42
2楼
Dim DataGridView1
Set DataGridView1 = ScreenItems("DataGridView1")
With DataGridView1
.ColumnCount = 2 '列数
.RowCount = 50 '行数
.Rows(3).Cells(1).Value = "20" '第3 行第1列(行、列索引均从0开始)
End With
请填写推广理由:
分享
只看
楼主