XPath.Clear Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Clears the schema mapping from the cells mapped to the specified XPath.
public:
void Clear();
public void Clear ();
Public Sub Clear ()
Remarks
This method does not clear the data from the cells mapped to the specified XPath. Use the Clear() method of the Range object to clear the data from the cells.
If the specified XPath is mapped in an XML list, then the schema mapping is removed, but the list is not deleted from the worksheet.