RefreshData 方法
刷新显示在数据网格中的数据。
语法
DataGrid1
.RefreshData
其中
DataGrid1
- 是数据网格对象的名称,或是对数据网格对象求值的表达式。示例
Private Sub RefreshDataGridData() DataGrid1.RefreshData End Sub
提供反馈
Private Sub RefreshDataGridData() DataGrid1.RefreshData End Sub