OpenXmlElement.RemoveAttribute(String, String) Method

Definition

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.

Applies to