ResetData Method
Resets the values of all headers and Part- properties.
Syntax
[VB.NET] Public Sub ResetData()
[C#] public void ResetData();
Remarks
This method resets the values of all headers and Part- properties. It is an easy way to reset the component's properties before starting to populate the Part- properties with new values.
NOTE: This method has a corresponding asynchronous version (ResetDataAsync) for use in the Xamarin environment.