回复 1楼tianyake的帖子
请通过以下方法保存:
- Private Sub Command1_Click()
-
- Dim ret As Integer
- With fg
- .SetText 2, .ActiveRow, "Price"
- .DAutoSave = False
- ret = .SetCellDirtyFlag(2, .ActiveRow, True)
- ret = .SetCellDirtyFlag(4, .ActiveRow, True)
- .DataSave
- .DAutoSave = True
- End With
-
-
- End Sub
复制代码 |