Reset Method
- Last UpdatedNov 06, 2025
- 1 minute read
Replace the current instance of the XMLDocument object with a new fresh one and reset the instance variables for this document
'Declaration
Public Sub Reset()
'Usage
Dim instance As XMLBuilder
instance.Reset()
public void Reset()