RefreshData method

Refreshes the data displayed in the data grid.
Syntax
DataGrid1
.
RefreshData
where
DataGrid1
- is the name of a data grid object or an expression that evaluates to a data grid object.
Example
Private Sub RefreshDataGridData() DataGrid1.RefreshData End Sub
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal