OpenXmlElement.RemoveAttribute(String, String) 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.
Removes the attribute from the current element.
public void RemoveAttribute (string localName, string namespaceUri);
member this.RemoveAttribute : string * string -> unit
Public Sub RemoveAttribute (localName As String, namespaceUri As String)
Parameters
- localName
- String
The local name of the attribute.
- namespaceUri
- String
The namespace URI of the attribute.
Exceptions
Thrown when the localName is empty.