Refresh Method
Description
Reads saved values, overwriting values in memory.
Syntax
Visual Basic
Public Sub Refresh( _
   ByVal Category As String _
) 
Parameters
Category
The name of the category to refresh.
Remarks
Rolls back local changes that have not been saved.
See Also