XPath.Clear Method

Definition

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.

Applies to