Home > Language Reference > Classes > Grid
ReloadItem Method
Reload the data associated with one row.
Syntax
Public Sub ReloadItem(Optional ByVal iIndex As Integer = -1)
| Parameter | Description |
| iIndex | Row index |
Remarks
The ReloadItem method allows one or several rows in the Grid object to be reloaded. If the iIndex argument is omitted, the LoadItem event will be raised for all the rows visible on screen. If the iIndex argument is specified, then the LoadItem event will be raised for the row whose index corresponds to iIndex . This parameter is in the range 0 to Rows -1.
System requirements
| System | Minimal version | Remarks |
| Palm OS | Palm OS 3.0 | N/A |